Shades of Deep Sky Blue #09C0FF
Tints of Deep Sky Blue #09C0FF
RGB
CMYK
RGB Variations
Color information
#09C0FF (or 0x09C0FF) is known color: Deep Sky Blue. HEX triplet: 09, C0 and FF. RGB value is (9,192,255). Sum of RGB (Red+Green+Blue) = 9+192+255=456 (60% of max value = 765). Red value is 9 (3.91% from 255 or 1.97% from 456); Green value is 192 (75.39% from 255 or 42.11% from 456); Blue value is 255 (100% from 255 or 55.92% from 456); Max value from RGB is 255 - color contains mainly: blue. Hex color #09C0FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09C0FF is #F63F00. Grayscale: #909090. Windows color (decimal): -16137985 or 16760841. OLE color: 16760841.
HSL color Cylindrical-coordinate representation of color #09C0FF: hue angle of 195.37º 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 #09C0FF is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 192 | 255 | - |
| CMYK | 0.96 | 0.25 | 0 | 0 |
| HSL | 195.37º | 1% | 0.52% | - |
| HSV(B) | 195.37º | 0.96% | 1% | - |
| XYZ | 37.01 | 44.98 | 101.34 | - |
| YUV | 144.47 | 190.37 | 31.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 192 | 255 | 0.96 | 0.25 | 0 | 0 | 195.37 | 1 | 0.52 |
| Hex | 9 | C0 | FF | 60 | 19 | 0 | 0 | C3 | 64 | 34 |
| Octal | 11 | 300 | 377 | 140 | 31 | 0 | 0 | 303 | 144 | 64 |
| Binary | 1001 | 11000000 | 11111111 | 1100000 | 11001 | 0 | 0 | 11000011 | 1100100 | 110100 |
Color Harmonies of #09C0FF
Complementary color
Monochromatic Colors of #09C0FF
Black with #09C0FF
Text Example
Text Example
White with #09C0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09C0FF; }
p { color: rgb(9,192,255); }
H1.HeaderClassName
{
color: #09C0FF;
}
.AnyTagClassName
{
color: #09C0FF;
}
</style>
background-color css
<style>
a { background-color: #09C0FF; }
a { background-color: rgb(9,192,255); }
div.DivClassName
{
background-color: #09C0FF;
}
.BgClassName
{
background-color: #09C0FF;
}
</style>
border-color css
<style>
span { border-color: #09C0FF; }
span { border-color: rgb(9,192,255); }
td.TdClassName
{
border-color: #09C0FF;
}
.TagClassName
{
border-color: #09C0FF;
}
</style>