Shades of Deep Sky Blue #09CAF2
Tints of Deep Sky Blue #09CAF2
RGB
CMYK
RGB Variations
Color information
#09CAF2 (or 0x09CAF2) is known color: Deep Sky Blue. HEX triplet: 09, CA and F2. RGB value is (9,202,242). Sum of RGB (Red+Green+Blue) = 9+202+242=453 (60% of max value = 765). Red value is 9 (3.91% from 255 or 1.99% from 453); Green value is 202 (79.30% from 255 or 44.59% from 453); Blue value is 242 (94.92% from 255 or 53.42% from 453); Max value from RGB is 242 - color contains mainly: blue. Hex color #09CAF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09CAF2 is #F6350D. Grayscale: #949494. Windows color (decimal): -16135438 or 15911433. OLE color: 15911433.
HSL color Cylindrical-coordinate representation of color #09CAF2: hue angle of 190.3º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CAF2 is Cyan = 0.96, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 202 | 242 | - |
| CMYK | 0.96 | 0.17 | 0 | 0.05 |
| HSL | 190.3º | 0.93% | 0.49% | - |
| HSV(B) | 190.3º | 0.96% | 0.95% | - |
| XYZ | 37.26 | 48.71 | 91.44 | - |
| YUV | 148.85 | 180.56 | 28.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 202 | 242 | 0.96 | 0.17 | 0 | 0.05 | 190.3 | 0.93 | 0.49 |
| Hex | 9 | CA | F2 | 60 | 11 | 0 | 5 | BE | 5D | 31 |
| Octal | 11 | 312 | 362 | 140 | 21 | 0 | 5 | 276 | 135 | 61 |
| Binary | 1001 | 11001010 | 11110010 | 1100000 | 10001 | 0 | 101 | 10111110 | 1011101 | 110001 |
Color Harmonies of #09CAF2
Complementary color
Monochromatic Colors of #09CAF2
Black with #09CAF2
Text Example
Text Example
White with #09CAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09CAF2; }
p { color: rgb(9,202,242); }
H1.HeaderClassName
{
color: #09CAF2;
}
.AnyTagClassName
{
color: #09CAF2;
}
</style>
background-color css
<style>
a { background-color: #09CAF2; }
a { background-color: rgb(9,202,242); }
div.DivClassName
{
background-color: #09CAF2;
}
.BgClassName
{
background-color: #09CAF2;
}
</style>
border-color css
<style>
span { border-color: #09CAF2; }
span { border-color: rgb(9,202,242); }
td.TdClassName
{
border-color: #09CAF2;
}
.TagClassName
{
border-color: #09CAF2;
}
</style>