Shades of Deep Sky Blue #01CBED
Tints of Deep Sky Blue #01CBED
RGB
CMYK
RGB Variations
Color information
#01CBED (or 0x01CBED) is known color: Deep Sky Blue. HEX triplet: 01, CB and ED. RGB value is (1,203,237). Sum of RGB (Red+Green+Blue) = 1+203+237=441 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 441); Green value is 203 (79.69% from 255 or 46.03% from 441); Blue value is 237 (92.97% from 255 or 53.74% from 441); Max value from RGB is 237 - color contains mainly: blue. Hex color #01CBED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01CBED is #FE3412. Grayscale: #929292. Windows color (decimal): -16659475 or 15584001. OLE color: 15584001.
HSL color Cylindrical-coordinate representation of color #01CBED: hue angle of 188.64º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CBED is Cyan = 1.00, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 203 | 237 | - |
| CMYK | 1.00 | 0.14 | 0 | 0.07 |
| HSL | 188.64º | 0.99% | 0.47% | - |
| HSV(B) | 188.64º | 1% | 0.93% | - |
| XYZ | 36.65 | 48.83 | 87.61 | - |
| YUV | 146.48 | 179.08 | 24.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 203 | 237 | 1.00 | 0.14 | 0 | 0.07 | 188.64 | 0.99 | 0.47 |
| Hex | 1 | CB | ED | 64 | E | 0 | 7 | BD | 63 | 2F |
| Octal | 1 | 313 | 355 | 144 | 16 | 0 | 7 | 275 | 143 | 57 |
| Binary | 1 | 11001011 | 11101101 | 1100100 | 1110 | 0 | 111 | 10111101 | 1100011 | 101111 |
Color Harmonies of #01CBED
Complementary color
Monochromatic Colors of #01CBED
Black with #01CBED
Text Example
Text Example
White with #01CBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CBED; }
p { color: rgb(1,203,237); }
H1.HeaderClassName
{
color: #01CBED;
}
.AnyTagClassName
{
color: #01CBED;
}
</style>
background-color css
<style>
a { background-color: #01CBED; }
a { background-color: rgb(1,203,237); }
div.DivClassName
{
background-color: #01CBED;
}
.BgClassName
{
background-color: #01CBED;
}
</style>
border-color css
<style>
span { border-color: #01CBED; }
span { border-color: rgb(1,203,237); }
td.TdClassName
{
border-color: #01CBED;
}
.TagClassName
{
border-color: #01CBED;
}
</style>