Shades of Deep Sky Blue #0CCFFF
Tints of Deep Sky Blue #0CCFFF
RGB
CMYK
RGB Variations
Color information
#0CCFFF (or 0x0CCFFF) is known color: Deep Sky Blue. HEX triplet: 0C, CF and FF. RGB value is (12,207,255). Sum of RGB (Red+Green+Blue) = 12+207+255=474 (62% of max value = 765). Red value is 12 (5.08% from 255 or 2.53% from 474); Green value is 207 (81.25% from 255 or 43.67% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #0CCFFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CCFFF is #F33000. Grayscale: #999999. Windows color (decimal): -15937537 or 16764684. OLE color: 16764684.
HSL color Cylindrical-coordinate representation of color #0CCFFF: hue angle of 191.85º 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 #0CCFFF is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 12 | 207 | 255 | - |
| CMYK | 0.95 | 0.19 | 0 | 0 |
| HSL | 191.85º | 1% | 0.52% | - |
| HSV(B) | 191.85º | 0.95% | 1% | - |
| XYZ | 40.51 | 51.92 | 102.49 | - |
| YUV | 154.17 | 184.9 | 26.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 207 | 255 | 0.95 | 0.19 | 0 | 0 | 191.85 | 1 | 0.52 |
| Hex | C | CF | FF | 5F | 13 | 0 | 0 | C0 | 64 | 34 |
| Octal | 14 | 317 | 377 | 137 | 23 | 0 | 0 | 300 | 144 | 64 |
| Binary | 1100 | 11001111 | 11111111 | 1011111 | 10011 | 0 | 0 | 11000000 | 1100100 | 110100 |
Color Harmonies of #0CCFFF
Complementary color
Monochromatic Colors of #0CCFFF
Black with #0CCFFF
Text Example
Text Example
White with #0CCFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCFFF; }
p { color: rgb(12,207,255); }
H1.HeaderClassName
{
color: #0CCFFF;
}
.AnyTagClassName
{
color: #0CCFFF;
}
</style>
background-color css
<style>
a { background-color: #0CCFFF; }
a { background-color: rgb(12,207,255); }
div.DivClassName
{
background-color: #0CCFFF;
}
.BgClassName
{
background-color: #0CCFFF;
}
</style>
border-color css
<style>
span { border-color: #0CCFFF; }
span { border-color: rgb(12,207,255); }
td.TdClassName
{
border-color: #0CCFFF;
}
.TagClassName
{
border-color: #0CCFFF;
}
</style>