Shades of Deep Sky Blue #01CBFF
Tints of Deep Sky Blue #01CBFF
RGB
CMYK
RGB Variations
Color information
#01CBFF (or 0x01CBFF) is known color: Deep Sky Blue. HEX triplet: 01, CB and FF. RGB value is (1,203,255). Sum of RGB (Red+Green+Blue) = 1+203+255=459 (60% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 459); Green value is 203 (79.69% from 255 or 44.23% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #01CBFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01CBFF is #FE3400. Grayscale: #949494. Windows color (decimal): -16659457 or 16763649. OLE color: 16763649.
HSL color Cylindrical-coordinate representation of color #01CBFF: hue angle of 192.28º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CBFF is Cyan = 1.00, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 203 | 255 | - |
| CMYK | 1.00 | 0.20 | 0 | 0 |
| HSL | 192.28º | 1% | 0.5% | - |
| HSV(B) | 192.28º | 1% | 1% | - |
| XYZ | 39.42 | 49.94 | 102.17 | - |
| YUV | 148.53 | 188.08 | 22.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 203 | 255 | 1.00 | 0.20 | 0 | 0 | 192.28 | 1 | 0.5 |
| Hex | 1 | CB | FF | 64 | 14 | 0 | 0 | C0 | 64 | 32 |
| Octal | 1 | 313 | 377 | 144 | 24 | 0 | 0 | 300 | 144 | 62 |
| Binary | 1 | 11001011 | 11111111 | 1100100 | 10100 | 0 | 0 | 11000000 | 1100100 | 110010 |
Color Harmonies of #01CBFF
Complementary color
Monochromatic Colors of #01CBFF
Black with #01CBFF
Text Example
Text Example
White with #01CBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CBFF; }
p { color: rgb(1,203,255); }
H1.HeaderClassName
{
color: #01CBFF;
}
.AnyTagClassName
{
color: #01CBFF;
}
</style>
background-color css
<style>
a { background-color: #01CBFF; }
a { background-color: rgb(1,203,255); }
div.DivClassName
{
background-color: #01CBFF;
}
.BgClassName
{
background-color: #01CBFF;
}
</style>
border-color css
<style>
span { border-color: #01CBFF; }
span { border-color: rgb(1,203,255); }
td.TdClassName
{
border-color: #01CBFF;
}
.TagClassName
{
border-color: #01CBFF;
}
</style>