Shades of Deep Sky Blue #09CFEF
Tints of Deep Sky Blue #09CFEF
RGB
CMYK
RGB Variations
Color information
#09CFEF (or 0x09CFEF) is known color: Deep Sky Blue. HEX triplet: 09, CF and EF. RGB value is (9,207,239). Sum of RGB (Red+Green+Blue) = 9+207+239=455 (60% of max value = 765). Red value is 9 (3.91% from 255 or 1.98% from 455); Green value is 207 (81.25% from 255 or 45.49% from 455); Blue value is 239 (93.75% from 255 or 52.53% from 455); Max value from RGB is 239 - color contains mainly: blue. Hex color #09CFEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09CFEF is #F63010. Grayscale: #979797. Windows color (decimal): -16134161 or 15716105. OLE color: 15716105.
HSL color Cylindrical-coordinate representation of color #09CFEF: hue angle of 188.35º 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 #09CFEF is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 207 | 239 | - |
| CMYK | 0.96 | 0.13 | 0 | 0.06 |
| HSL | 188.35º | 0.93% | 0.49% | - |
| HSV(B) | 188.35º | 0.96% | 0.94% | - |
| XYZ | 38.01 | 50.92 | 89.49 | - |
| YUV | 151.45 | 177.4 | 26.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 207 | 239 | 0.96 | 0.13 | 0 | 0.06 | 188.35 | 0.93 | 0.49 |
| Hex | 9 | CF | EF | 60 | D | 0 | 6 | BC | 5D | 31 |
| Octal | 11 | 317 | 357 | 140 | 15 | 0 | 6 | 274 | 135 | 61 |
| Binary | 1001 | 11001111 | 11101111 | 1100000 | 1101 | 0 | 110 | 10111100 | 1011101 | 110001 |
Color Harmonies of #09CFEF
Complementary color
Monochromatic Colors of #09CFEF
Black with #09CFEF
Text Example
Text Example
White with #09CFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CFEF; }
p { color: rgb(9,207,239); }
H1.HeaderClassName
{
color: #09CFEF;
}
.AnyTagClassName
{
color: #09CFEF;
}
</style>
background-color css
<style>
a { background-color: #09CFEF; }
a { background-color: rgb(9,207,239); }
div.DivClassName
{
background-color: #09CFEF;
}
.BgClassName
{
background-color: #09CFEF;
}
</style>
border-color css
<style>
span { border-color: #09CFEF; }
span { border-color: rgb(9,207,239); }
td.TdClassName
{
border-color: #09CFEF;
}
.TagClassName
{
border-color: #09CFEF;
}
</style>