Shades of Deep Sky Blue #09CDEF
Tints of Deep Sky Blue #09CDEF
RGB
CMYK
RGB Variations
Color information
#09CDEF (or 0x09CDEF) is known color: Deep Sky Blue. HEX triplet: 09, CD and EF. RGB value is (9,205,239). Sum of RGB (Red+Green+Blue) = 9+205+239=453 (60% of max value = 765). Red value is 9 (3.91% from 255 or 1.99% from 453); Green value is 205 (80.47% from 255 or 45.25% from 453); Blue value is 239 (93.75% from 255 or 52.76% from 453); Max value from RGB is 239 - color contains mainly: blue. Hex color #09CDEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09CDEF is #F63210. Grayscale: #959595. Windows color (decimal): -16134673 or 15715593. OLE color: 15715593.
HSL color Cylindrical-coordinate representation of color #09CDEF: hue angle of 188.87º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CDEF is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 205 | 239 | - |
| CMYK | 0.96 | 0.14 | 0 | 0.06 |
| HSL | 188.87º | 0.93% | 0.49% | - |
| HSV(B) | 188.87º | 0.96% | 0.94% | - |
| XYZ | 37.52 | 49.95 | 89.33 | - |
| YUV | 150.27 | 178.07 | 27.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 205 | 239 | 0.96 | 0.14 | 0 | 0.06 | 188.87 | 0.93 | 0.49 |
| Hex | 9 | CD | EF | 60 | E | 0 | 6 | BD | 5D | 31 |
| Octal | 11 | 315 | 357 | 140 | 16 | 0 | 6 | 275 | 135 | 61 |
| Binary | 1001 | 11001101 | 11101111 | 1100000 | 1110 | 0 | 110 | 10111101 | 1011101 | 110001 |
Color Harmonies of #09CDEF
Complementary color
Monochromatic Colors of #09CDEF
Black with #09CDEF
Text Example
Text Example
White with #09CDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CDEF; }
p { color: rgb(9,205,239); }
H1.HeaderClassName
{
color: #09CDEF;
}
.AnyTagClassName
{
color: #09CDEF;
}
</style>
background-color css
<style>
a { background-color: #09CDEF; }
a { background-color: rgb(9,205,239); }
div.DivClassName
{
background-color: #09CDEF;
}
.BgClassName
{
background-color: #09CDEF;
}
</style>
border-color css
<style>
span { border-color: #09CDEF; }
span { border-color: rgb(9,205,239); }
td.TdClassName
{
border-color: #09CDEF;
}
.TagClassName
{
border-color: #09CDEF;
}
</style>