Shades of Deep Sky Blue #00CBFC
Tints of Deep Sky Blue #00CBFC
RGB
CMYK
RGB Variations
Color information
#00CBFC (or 0x00CBFC) is known color: Deep Sky Blue. HEX triplet: 00, CB and FC. RGB value is (0,203,252). Sum of RGB (Red+Green+Blue) = 0+203+252=455 (60% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 455); Green value is 203 (79.69% from 255 or 44.62% 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 #00CBFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00CBFC is #FF3403. Grayscale: #939393. Windows color (decimal): -16724996 or 16567040. OLE color: 16567040.
HSL color Cylindrical-coordinate representation of color #00CBFC: hue angle of 191.67º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CBFC is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 203 | 252 | - |
| CMYK | 1 | 0.19 | 0 | 0.01 |
| HSL | 191.67º | 1% | 0.49% | - |
| HSV(B) | 191.67º | 1% | 0.99% | - |
| XYZ | 38.93 | 49.74 | 99.64 | - |
| YUV | 147.89 | 186.75 | 22.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 203 | 252 | 1 | 0.19 | 0 | 0.01 | 191.67 | 1 | 0.49 |
| Hex | 0 | CB | FC | 64 | 13 | 0 | 1 | C0 | 64 | 31 |
| Octal | 0 | 313 | 374 | 144 | 23 | 0 | 1 | 300 | 144 | 61 |
| Binary | 0 | 11001011 | 11111100 | 1100100 | 10011 | 0 | 1 | 11000000 | 1100100 | 110001 |
Color Harmonies of #00CBFC
Complementary color
Monochromatic Colors of #00CBFC
Black with #00CBFC
Text Example
Text Example
White with #00CBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CBFC; }
p { color: rgb(0,203,252); }
H1.HeaderClassName
{
color: #00CBFC;
}
.AnyTagClassName
{
color: #00CBFC;
}
</style>
background-color css
<style>
a { background-color: #00CBFC; }
a { background-color: rgb(0,203,252); }
div.DivClassName
{
background-color: #00CBFC;
}
.BgClassName
{
background-color: #00CBFC;
}
</style>
border-color css
<style>
span { border-color: #00CBFC; }
span { border-color: rgb(0,203,252); }
td.TdClassName
{
border-color: #00CBFC;
}
.TagClassName
{
border-color: #00CBFC;
}
</style>