Shades of Deep Sky Blue #0CC9FF
Tints of Deep Sky Blue #0CC9FF
RGB
CMYK
RGB Variations
Color information
#0CC9FF (or 0x0CC9FF) is known color: Deep Sky Blue. HEX triplet: 0C, C9 and FF. RGB value is (12,201,255). Sum of RGB (Red+Green+Blue) = 12+201+255=468 (61% of max value = 765). Red value is 12 (5.08% from 255 or 2.56% from 468); Green value is 201 (78.91% from 255 or 42.95% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #0CC9FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CC9FF is #F33600. Grayscale: #969696. Windows color (decimal): -15939073 or 16763148. OLE color: 16763148.
HSL color Cylindrical-coordinate representation of color #0CC9FF: hue angle of 193.33º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CC9FF is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 12 | 201 | 255 | - |
| CMYK | 0.95 | 0.21 | 0 | 0 |
| HSL | 193.33º | 1% | 0.52% | - |
| HSV(B) | 193.33º | 0.95% | 1% | - |
| XYZ | 39.09 | 49.07 | 102.02 | - |
| YUV | 150.65 | 186.88 | 29.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 201 | 255 | 0.95 | 0.21 | 0 | 0 | 193.33 | 1 | 0.52 |
| Hex | C | C9 | FF | 5F | 15 | 0 | 0 | C1 | 64 | 34 |
| Octal | 14 | 311 | 377 | 137 | 25 | 0 | 0 | 301 | 144 | 64 |
| Binary | 1100 | 11001001 | 11111111 | 1011111 | 10101 | 0 | 0 | 11000001 | 1100100 | 110100 |
Color Harmonies of #0CC9FF
Complementary color
Monochromatic Colors of #0CC9FF
Black with #0CC9FF
Text Example
Text Example
White with #0CC9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC9FF; }
p { color: rgb(12,201,255); }
H1.HeaderClassName
{
color: #0CC9FF;
}
.AnyTagClassName
{
color: #0CC9FF;
}
</style>
background-color css
<style>
a { background-color: #0CC9FF; }
a { background-color: rgb(12,201,255); }
div.DivClassName
{
background-color: #0CC9FF;
}
.BgClassName
{
background-color: #0CC9FF;
}
</style>
border-color css
<style>
span { border-color: #0CC9FF; }
span { border-color: rgb(12,201,255); }
td.TdClassName
{
border-color: #0CC9FF;
}
.TagClassName
{
border-color: #0CC9FF;
}
</style>