Shades of Deep Sky Blue #09CAFE
Tints of Deep Sky Blue #09CAFE
RGB
CMYK
RGB Variations
Color information
#09CAFE (or 0x09CAFE) is known color: Deep Sky Blue. HEX triplet: 09, CA and FE. RGB value is (9,202,254). Sum of RGB (Red+Green+Blue) = 9+202+254=465 (61% of max value = 765). Red value is 9 (3.91% from 255 or 1.94% from 465); Green value is 202 (79.30% from 255 or 43.44% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #09CAFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09CAFE is #F63501. Grayscale: #959595. Windows color (decimal): -16135426 or 16697865. OLE color: 16697865.
HSL color Cylindrical-coordinate representation of color #09CAFE: hue angle of 192.73º 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 #09CAFE is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 9 | 202 | 254 | - |
| CMYK | 0.96 | 0.20 | 0 | 0.00 |
| HSL | 192.73º | 0.99% | 0.52% | - |
| HSV(B) | 192.73º | 0.96% | 1% | - |
| XYZ | 39.12 | 49.45 | 101.25 | - |
| YUV | 150.22 | 186.56 | 27.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 202 | 254 | 0.96 | 0.20 | 0 | 0.00 | 192.73 | 0.99 | 0.52 |
| Hex | 9 | CA | FE | 60 | 14 | 0 | 0 | C1 | 63 | 34 |
| Octal | 11 | 312 | 376 | 140 | 24 | 0 | 0 | 301 | 143 | 64 |
| Binary | 1001 | 11001010 | 11111110 | 1100000 | 10100 | 0 | 0 | 11000001 | 1100011 | 110100 |
Color Harmonies of #09CAFE
Complementary color
Monochromatic Colors of #09CAFE
Black with #09CAFE
Text Example
Text Example
White with #09CAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CAFE; }
p { color: rgb(9,202,254); }
H1.HeaderClassName
{
color: #09CAFE;
}
.AnyTagClassName
{
color: #09CAFE;
}
</style>
background-color css
<style>
a { background-color: #09CAFE; }
a { background-color: rgb(9,202,254); }
div.DivClassName
{
background-color: #09CAFE;
}
.BgClassName
{
background-color: #09CAFE;
}
</style>
border-color css
<style>
span { border-color: #09CAFE; }
span { border-color: rgb(9,202,254); }
td.TdClassName
{
border-color: #09CAFE;
}
.TagClassName
{
border-color: #09CAFE;
}
</style>