#09D2EE

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

Shades of Deep Sky Blue #09D2EE

Tints of Deep Sky Blue #09D2EE

Color information

#09D2EE (or 0x09D2EE) is unknown color: approx Deep Sky Blue. HEX triplet: 09, D2 and EE. RGB value is (9,210,238). Sum of RGB (Red+Green+Blue) = 9+210+238=457 (60% of max value = 765). Red value is 9 (3.91% from 255 or 1.97% from 457); Green value is 210 (82.42% from 255 or 45.95% from 457); Blue value is 238 (93.36% from 255 or 52.08% from 457); Max value from RGB is 238 - color contains mainly: blue. Hex color #09D2EE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09D2EE is #F62D11. Grayscale: #989898. Windows color (decimal): -16133394 or 15651337. OLE color: 15651337.

HSL color Cylindrical-coordinate representation of color #09D2EE: hue angle of 187.34º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09D2EE is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB9210238-
CMYK0.960.1200.07
HSL187.34º92.71%48.43%-
HSV(B)187.34º96.22%93.33%-
XYZ38.5952.3288.95-
YUV153.09175.9125.22-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 1.97%
GREEN value IS 210 (82.42% from 255) = 45.95%
BLUE value IS 238 (93.36% from 255) = 52.08%
R=1.97%
G=45.95%
B=52.08%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal92102380.960.1200.07187.3492.7148.43
Hex9D2EE60C07bb5d30
Octal11322356140140727313560
Binary10011101001011101110110000011000111101110111011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09D2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09D2EE; }

 p { color: rgb(9,210,238); }

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

<style>
 a { background-color: #09D2EE; }

 a { background-color: rgb(9,210,238); }

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

<style>
 span { border-color: #09D2EE; }

 span { border-color: rgb(9,210,238); }

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