#15D2F9

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

Shades of Deep Sky Blue #15D2F9

Tints of Deep Sky Blue #15D2F9

Color information

#15D2F9 (or 0x15D2F9) is unknown color: approx Deep Sky Blue. HEX triplet: 15, D2 and F9. RGB value is (21,210,249). Sum of RGB (Red+Green+Blue) = 21+210+249=480 (63% of max value = 765). Red value is 21 (8.59% from 255 or 4.38% from 480); Green value is 210 (82.42% from 255 or 43.75% from 480); Blue value is 249 (97.66% from 255 or 51.88% from 480); Max value from RGB is 249 - color contains mainly: blue. Hex color #15D2F9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15D2F9 is #EA2D06. Grayscale: #9D9D9D. Windows color (decimal): -15346951 or 16372245. OLE color: 16372245.

HSL color Cylindrical-coordinate representation of color #15D2F9: hue angle of 190.26º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15D2F9 is Cyan = 0.92, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB21210249-
CMYK0.920.1600.02
HSL190.26º95%52.94%-
HSV(B)190.26º91.57%97.65%-
XYZ40.4553.0997.74-
YUV157.94179.3830.33-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 4.38%
GREEN value IS 210 (82.42% from 255) = 43.75%
BLUE value IS 249 (97.66% from 255) = 51.88%
R=4.38%
G=43.75%
B=51.88%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal212102490.920.1600.02190.269552.94
Hex15D2F95C1002be5f35
Octal25322371134200227613765
Binary101011101001011111001101110010000010101111101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15D2F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,210,249); }

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

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

 a { background-color: rgb(21,210,249); }

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

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

 span { border-color: rgb(21,210,249); }

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