Shades of Deep Sky Blue #09CAF4
Tints of Deep Sky Blue #09CAF4
RGB
CMYK
RGB Variations
Color information
#09CAF4 (or 0x09CAF4) is known color: Deep Sky Blue. HEX triplet: 09, CA and F4. RGB value is (9,202,244). Sum of RGB (Red+Green+Blue) = 9+202+244=455 (60% of max value = 765). Red value is 9 (3.91% from 255 or 1.98% from 455); Green value is 202 (79.30% from 255 or 44.40% from 455); Blue value is 244 (95.70% from 255 or 53.63% from 455); Max value from RGB is 244 - color contains mainly: blue. Hex color #09CAF4 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09CAF4 is #F6350B. Grayscale: #949494. Windows color (decimal): -16135436 or 16042505. OLE color: 16042505.
HSL color Cylindrical-coordinate representation of color #09CAF4: hue angle of 190.72º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CAF4 is Cyan = 0.96, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 9 | 202 | 244 | - |
| CMYK | 0.96 | 0.17 | 0 | 0.04 |
| HSL | 190.72º | 0.93% | 0.5% | - |
| HSV(B) | 190.72º | 0.96% | 0.96% | - |
| XYZ | 37.56 | 48.83 | 93.03 | - |
| YUV | 149.08 | 181.56 | 28.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 202 | 244 | 0.96 | 0.17 | 0 | 0.04 | 190.72 | 0.93 | 0.5 |
| Hex | 9 | CA | F4 | 60 | 11 | 0 | 4 | BF | 5D | 32 |
| Octal | 11 | 312 | 364 | 140 | 21 | 0 | 4 | 277 | 135 | 62 |
| Binary | 1001 | 11001010 | 11110100 | 1100000 | 10001 | 0 | 100 | 10111111 | 1011101 | 110010 |
Color Harmonies of #09CAF4
Complementary color
Monochromatic Colors of #09CAF4
Black with #09CAF4
Text Example
Text Example
White with #09CAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CAF4; }
p { color: rgb(9,202,244); }
H1.HeaderClassName
{
color: #09CAF4;
}
.AnyTagClassName
{
color: #09CAF4;
}
</style>
background-color css
<style>
a { background-color: #09CAF4; }
a { background-color: rgb(9,202,244); }
div.DivClassName
{
background-color: #09CAF4;
}
.BgClassName
{
background-color: #09CAF4;
}
</style>
border-color css
<style>
span { border-color: #09CAF4; }
span { border-color: rgb(9,202,244); }
td.TdClassName
{
border-color: #09CAF4;
}
.TagClassName
{
border-color: #09CAF4;
}
</style>