Shades of Deep Sky Blue #09C2FF
Tints of Deep Sky Blue #09C2FF
RGB
CMYK
RGB Variations
Color information
#09C2FF (or 0x09C2FF) is known color: Deep Sky Blue. HEX triplet: 09, C2 and FF. RGB value is (9,194,255). Sum of RGB (Red+Green+Blue) = 9+194+255=458 (60% of max value = 765). Red value is 9 (3.91% from 255 or 1.97% from 458); Green value is 194 (76.17% from 255 or 42.36% from 458); Blue value is 255 (100% from 255 or 55.68% from 458); Max value from RGB is 255 - color contains mainly: blue. Hex color #09C2FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09C2FF is #F63D00. Grayscale: #919191. Windows color (decimal): -16137473 or 16761353. OLE color: 16761353.
HSL color Cylindrical-coordinate representation of color #09C2FF: hue angle of 194.88º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09C2FF is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 194 | 255 | - |
| CMYK | 0.96 | 0.24 | 0 | 0 |
| HSL | 194.88º | 1% | 0.52% | - |
| HSV(B) | 194.88º | 0.96% | 1% | - |
| XYZ | 37.45 | 45.86 | 101.49 | - |
| YUV | 145.64 | 189.71 | 30.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 194 | 255 | 0.96 | 0.24 | 0 | 0 | 194.88 | 1 | 0.52 |
| Hex | 9 | C2 | FF | 60 | 18 | 0 | 0 | C3 | 64 | 34 |
| Octal | 11 | 302 | 377 | 140 | 30 | 0 | 0 | 303 | 144 | 64 |
| Binary | 1001 | 11000010 | 11111111 | 1100000 | 11000 | 0 | 0 | 11000011 | 1100100 | 110100 |
Color Harmonies of #09C2FF
Complementary color
Monochromatic Colors of #09C2FF
Black with #09C2FF
Text Example
Text Example
White with #09C2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09C2FF; }
p { color: rgb(9,194,255); }
H1.HeaderClassName
{
color: #09C2FF;
}
.AnyTagClassName
{
color: #09C2FF;
}
</style>
background-color css
<style>
a { background-color: #09C2FF; }
a { background-color: rgb(9,194,255); }
div.DivClassName
{
background-color: #09C2FF;
}
.BgClassName
{
background-color: #09C2FF;
}
</style>
border-color css
<style>
span { border-color: #09C2FF; }
span { border-color: rgb(9,194,255); }
td.TdClassName
{
border-color: #09C2FF;
}
.TagClassName
{
border-color: #09C2FF;
}
</style>