#15BDF0

Color #15BDF0 Deep Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sky Blue #15BDF0

Tints of Deep Sky Blue #15BDF0

Color information

#15BDF0 (or 0x15BDF0) is unknown color: approx Deep Sky Blue. HEX triplet: 15, BD and F0. RGB value is (21,189,240). Sum of RGB (Red+Green+Blue) = 21+189+240=450 (59% of max value = 765). Red value is 21 (8.59% from 255 or 4.67% from 450); Green value is 189 (74.22% from 255 or 42% from 450); Blue value is 240 (94.14% from 255 or 53.33% from 450); Max value from RGB is 240 - color contains mainly: blue. Hex color #15BDF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15BDF0 is #EA420F. Grayscale: #909090. Windows color (decimal): -15352336 or 15777045. OLE color: 15777045.

HSL color Cylindrical-coordinate representation of color #15BDF0: hue angle of 193.97º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15BDF0 is Cyan = 0.91, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB21189240-
CMYK0.910.2100.06
HSL193.97º87.95%51.18%-
HSV(B)193.97º91.25%94.12%-
XYZ34.2442.8588.9-
YUV144.58181.8439.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 21 (8.59% from 255) = 4.67%
GREEN value IS 189 (74.22% from 255) = 42%
BLUE value IS 240 (94.14% from 255) = 53.33%
R=4.67%
G=42%
B=53.33%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal211892400.910.2100.06193.9787.9551.18
Hex15BDF05B1506c25833
Octal25275360133250630213063
Binary1010110111101111100001011011101010110110000101011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15BDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15BDF0; }

 p { color: rgb(21,189,240); }

 H1.HeaderClassName
 {
   color: #15BDF0;
 }
 .AnyTagClassName
 {
   color: #15BDF0;
 }
</style>
background-color css

<style>
 a { background-color: #15BDF0; }

 a { background-color: rgb(21,189,240); }

 div.DivClassName
 {
   background-color: #15BDF0;
 }
 .BgClassName
 {
   background-color: #15BDF0;
 }
</style>
border-color css

<style>
 span { border-color: #15BDF0; }

 span { border-color: rgb(21,189,240); }

 td.TdClassName
 {
   border-color: #15BDF0;
 }
 .TagClassName
 {
   border-color: #15BDF0;
 }
</style>