Shades of Deep Sky Blue #01CBFE
Tints of Deep Sky Blue #01CBFE
RGB
CMYK
RGB Variations
Color information
#01CBFE (or 0x01CBFE) is known color: Deep Sky Blue. HEX triplet: 01, CB and FE. RGB value is (1,203,254). Sum of RGB (Red+Green+Blue) = 1+203+254=458 (60% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 458); Green value is 203 (79.69% from 255 or 44.32% from 458); Blue value is 254 (99.61% from 255 or 55.46% from 458); Max value from RGB is 254 - color contains mainly: blue. Hex color #01CBFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01CBFE is #FE3401. Grayscale: #949494. Windows color (decimal): -16659458 or 16698113. OLE color: 16698113.
HSL color Cylindrical-coordinate representation of color #01CBFE: hue angle of 192.09º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CBFE is Cyan = 1.00, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 1 | 203 | 254 | - |
| CMYK | 1.00 | 0.20 | 0 | 0.00 |
| HSL | 192.09º | 0.99% | 0.5% | - |
| HSV(B) | 192.09º | 1% | 1% | - |
| XYZ | 39.26 | 49.87 | 101.32 | - |
| YUV | 148.42 | 187.58 | 22.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 203 | 254 | 1.00 | 0.20 | 0 | 0.00 | 192.09 | 0.99 | 0.5 |
| Hex | 1 | CB | FE | 64 | 14 | 0 | 0 | C0 | 63 | 32 |
| Octal | 1 | 313 | 376 | 144 | 24 | 0 | 0 | 300 | 143 | 62 |
| Binary | 1 | 11001011 | 11111110 | 1100100 | 10100 | 0 | 0 | 11000000 | 1100011 | 110010 |
Color Harmonies of #01CBFE
Complementary color
Monochromatic Colors of #01CBFE
Black with #01CBFE
Text Example
Text Example
White with #01CBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CBFE; }
p { color: rgb(1,203,254); }
H1.HeaderClassName
{
color: #01CBFE;
}
.AnyTagClassName
{
color: #01CBFE;
}
</style>
background-color css
<style>
a { background-color: #01CBFE; }
a { background-color: rgb(1,203,254); }
div.DivClassName
{
background-color: #01CBFE;
}
.BgClassName
{
background-color: #01CBFE;
}
</style>
border-color css
<style>
span { border-color: #01CBFE; }
span { border-color: rgb(1,203,254); }
td.TdClassName
{
border-color: #01CBFE;
}
.TagClassName
{
border-color: #01CBFE;
}
</style>