Shades of Deep Sky Blue #01CBFD
Tints of Deep Sky Blue #01CBFD
RGB
CMYK
RGB Variations
Color information
#01CBFD (or 0x01CBFD) is known color: Deep Sky Blue. HEX triplet: 01, CB and FD. RGB value is (1,203,253). Sum of RGB (Red+Green+Blue) = 1+203+253=457 (60% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 457); Green value is 203 (79.69% from 255 or 44.42% from 457); Blue value is 253 (99.22% from 255 or 55.36% from 457); Max value from RGB is 253 - color contains mainly: blue. Hex color #01CBFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01CBFD is #FE3402. Grayscale: #939393. Windows color (decimal): -16659459 or 16632577. OLE color: 16632577.
HSL color Cylindrical-coordinate representation of color #01CBFD: hue angle of 191.9º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CBFD is Cyan = 1.00, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 203 | 253 | - |
| CMYK | 1.00 | 0.20 | 0 | 0.01 |
| HSL | 191.9º | 0.99% | 0.5% | - |
| HSV(B) | 191.9º | 1% | 0.99% | - |
| XYZ | 39.1 | 49.81 | 100.48 | - |
| YUV | 148.3 | 187.08 | 22.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 203 | 253 | 1.00 | 0.20 | 0 | 0.01 | 191.9 | 0.99 | 0.5 |
| Hex | 1 | CB | FD | 64 | 14 | 0 | 1 | C0 | 63 | 32 |
| Octal | 1 | 313 | 375 | 144 | 24 | 0 | 1 | 300 | 143 | 62 |
| Binary | 1 | 11001011 | 11111101 | 1100100 | 10100 | 0 | 1 | 11000000 | 1100011 | 110010 |
Color Harmonies of #01CBFD
Complementary color
Monochromatic Colors of #01CBFD
Black with #01CBFD
Text Example
Text Example
White with #01CBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CBFD; }
p { color: rgb(1,203,253); }
H1.HeaderClassName
{
color: #01CBFD;
}
.AnyTagClassName
{
color: #01CBFD;
}
</style>
background-color css
<style>
a { background-color: #01CBFD; }
a { background-color: rgb(1,203,253); }
div.DivClassName
{
background-color: #01CBFD;
}
.BgClassName
{
background-color: #01CBFD;
}
</style>
border-color css
<style>
span { border-color: #01CBFD; }
span { border-color: rgb(1,203,253); }
td.TdClassName
{
border-color: #01CBFD;
}
.TagClassName
{
border-color: #01CBFD;
}
</style>