Shades of Deep Sky Blue #0CBFFC
Tints of Deep Sky Blue #0CBFFC
RGB
CMYK
RGB Variations
Color information
#0CBFFC (or 0x0CBFFC) is known color: Deep Sky Blue. HEX triplet: 0C, BF and FC. RGB value is (12,191,252). Sum of RGB (Red+Green+Blue) = 12+191+252=455 (60% of max value = 765). Red value is 12 (5.08% from 255 or 2.64% from 455); Green value is 191 (75% from 255 or 41.98% from 455); Blue value is 252 (98.83% from 255 or 55.38% from 455); Max value from RGB is 252 - color contains mainly: blue. Hex color #0CBFFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CBFFC is #F34003. Grayscale: #909090. Windows color (decimal): -15941636 or 16563980. OLE color: 16563980.
HSL color Cylindrical-coordinate representation of color #0CBFFC: hue angle of 195.25º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CBFFC is Cyan = 0.95, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 12 | 191 | 252 | - |
| CMYK | 0.95 | 0.24 | 0 | 0.01 |
| HSL | 195.25º | 0.98% | 0.52% | - |
| HSV(B) | 195.25º | 0.95% | 0.99% | - |
| XYZ | 36.35 | 44.37 | 98.74 | - |
| YUV | 144.43 | 188.7 | 33.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 191 | 252 | 0.95 | 0.24 | 0 | 0.01 | 195.25 | 0.98 | 0.52 |
| Hex | C | BF | FC | 5F | 18 | 0 | 1 | C3 | 62 | 34 |
| Octal | 14 | 277 | 374 | 137 | 30 | 0 | 1 | 303 | 142 | 64 |
| Binary | 1100 | 10111111 | 11111100 | 1011111 | 11000 | 0 | 1 | 11000011 | 1100010 | 110100 |
Color Harmonies of #0CBFFC
Complementary color
Monochromatic Colors of #0CBFFC
Black with #0CBFFC
Text Example
Text Example
White with #0CBFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBFFC; }
p { color: rgb(12,191,252); }
H1.HeaderClassName
{
color: #0CBFFC;
}
.AnyTagClassName
{
color: #0CBFFC;
}
</style>
background-color css
<style>
a { background-color: #0CBFFC; }
a { background-color: rgb(12,191,252); }
div.DivClassName
{
background-color: #0CBFFC;
}
.BgClassName
{
background-color: #0CBFFC;
}
</style>
border-color css
<style>
span { border-color: #0CBFFC; }
span { border-color: rgb(12,191,252); }
td.TdClassName
{
border-color: #0CBFFC;
}
.TagClassName
{
border-color: #0CBFFC;
}
</style>