Shades of Deep Sky Blue #09CFFE
Tints of Deep Sky Blue #09CFFE
RGB
CMYK
RGB Variations
Color information
#09CFFE (or 0x09CFFE) is known color: Deep Sky Blue. HEX triplet: 09, CF and FE. RGB value is (9,207,254). Sum of RGB (Red+Green+Blue) = 9+207+254=470 (62% of max value = 765). Red value is 9 (3.91% from 255 or 1.91% from 470); Green value is 207 (81.25% from 255 or 44.04% from 470); Blue value is 254 (99.61% from 255 or 54.04% from 470); Max value from RGB is 254 - color contains mainly: blue. Hex color #09CFFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09CFFE is #F63001. Grayscale: #989898. Windows color (decimal): -16134146 or 16699145. OLE color: 16699145.
HSL color Cylindrical-coordinate representation of color #09CFFE: hue angle of 191.51º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CFFE is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 9 | 207 | 254 | - |
| CMYK | 0.96 | 0.19 | 0 | 0.00 |
| HSL | 191.51º | 0.99% | 0.52% | - |
| HSV(B) | 191.51º | 0.96% | 1% | - |
| XYZ | 40.31 | 51.84 | 101.65 | - |
| YUV | 153.16 | 184.9 | 25.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 207 | 254 | 0.96 | 0.19 | 0 | 0.00 | 191.51 | 0.99 | 0.52 |
| Hex | 9 | CF | FE | 60 | 13 | 0 | 0 | C0 | 63 | 34 |
| Octal | 11 | 317 | 376 | 140 | 23 | 0 | 0 | 300 | 143 | 64 |
| Binary | 1001 | 11001111 | 11111110 | 1100000 | 10011 | 0 | 0 | 11000000 | 1100011 | 110100 |
Color Harmonies of #09CFFE
Complementary color
Monochromatic Colors of #09CFFE
Black with #09CFFE
Text Example
Text Example
White with #09CFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CFFE; }
p { color: rgb(9,207,254); }
H1.HeaderClassName
{
color: #09CFFE;
}
.AnyTagClassName
{
color: #09CFFE;
}
</style>
background-color css
<style>
a { background-color: #09CFFE; }
a { background-color: rgb(9,207,254); }
div.DivClassName
{
background-color: #09CFFE;
}
.BgClassName
{
background-color: #09CFFE;
}
</style>
border-color css
<style>
span { border-color: #09CFFE; }
span { border-color: rgb(9,207,254); }
td.TdClassName
{
border-color: #09CFFE;
}
.TagClassName
{
border-color: #09CFFE;
}
</style>