Shades of Deep Sky Blue #01CBF2
Tints of Deep Sky Blue #01CBF2
RGB
CMYK
RGB Variations
Color information
#01CBF2 (or 0x01CBF2) is known color: Deep Sky Blue. HEX triplet: 01, CB and F2. RGB value is (1,203,242). Sum of RGB (Red+Green+Blue) = 1+203+242=446 (59% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 446); Green value is 203 (79.69% from 255 or 45.52% from 446); Blue value is 242 (94.92% from 255 or 54.26% from 446); Max value from RGB is 242 - color contains mainly: blue. Hex color #01CBF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01CBF2 is #FE340D. Grayscale: #929292. Windows color (decimal): -16659470 or 15911681. OLE color: 15911681.
HSL color Cylindrical-coordinate representation of color #01CBF2: hue angle of 189.71º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CBF2 is Cyan = 1.00, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 1 | 203 | 242 | - |
| CMYK | 1.00 | 0.16 | 0 | 0.05 |
| HSL | 189.71º | 0.99% | 0.48% | - |
| HSV(B) | 189.71º | 1% | 0.95% | - |
| XYZ | 37.4 | 49.13 | 91.52 | - |
| YUV | 147.05 | 181.58 | 23.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 203 | 242 | 1.00 | 0.16 | 0 | 0.05 | 189.71 | 0.99 | 0.48 |
| Hex | 1 | CB | F2 | 64 | 10 | 0 | 5 | BE | 63 | 30 |
| Octal | 1 | 313 | 362 | 144 | 20 | 0 | 5 | 276 | 143 | 60 |
| Binary | 1 | 11001011 | 11110010 | 1100100 | 10000 | 0 | 101 | 10111110 | 1100011 | 110000 |
Color Harmonies of #01CBF2
Complementary color
Monochromatic Colors of #01CBF2
Black with #01CBF2
Text Example
Text Example
White with #01CBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CBF2; }
p { color: rgb(1,203,242); }
H1.HeaderClassName
{
color: #01CBF2;
}
.AnyTagClassName
{
color: #01CBF2;
}
</style>
background-color css
<style>
a { background-color: #01CBF2; }
a { background-color: rgb(1,203,242); }
div.DivClassName
{
background-color: #01CBF2;
}
.BgClassName
{
background-color: #01CBF2;
}
</style>
border-color css
<style>
span { border-color: #01CBF2; }
span { border-color: rgb(1,203,242); }
td.TdClassName
{
border-color: #01CBF2;
}
.TagClassName
{
border-color: #01CBF2;
}
</style>