Shades of Deep Sky Blue #03CBED
Tints of Deep Sky Blue #03CBED
RGB
CMYK
RGB Variations
Color information
#03CBED (or 0x03CBED) is known color: Deep Sky Blue. HEX triplet: 03, CB and ED. RGB value is (3,203,237). Sum of RGB (Red+Green+Blue) = 3+203+237=443 (58% of max value = 765). Red value is 3 (1.56% from 255 or 0.68% from 443); Green value is 203 (79.69% from 255 or 45.82% from 443); Blue value is 237 (92.97% from 255 or 53.50% from 443); Max value from RGB is 237 - color contains mainly: blue. Hex color #03CBED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03CBED is #FC3412. Grayscale: #929292. Windows color (decimal): -16528403 or 15584003. OLE color: 15584003.
HSL color Cylindrical-coordinate representation of color #03CBED: hue angle of 188.72º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CBED is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 203 | 237 | - |
| CMYK | 0.99 | 0.14 | 0 | 0.07 |
| HSL | 188.72º | 0.98% | 0.47% | - |
| HSV(B) | 188.72º | 0.99% | 0.93% | - |
| XYZ | 36.68 | 48.85 | 87.62 | - |
| YUV | 147.08 | 178.74 | 25.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 203 | 237 | 0.99 | 0.14 | 0 | 0.07 | 188.72 | 0.98 | 0.47 |
| Hex | 3 | CB | ED | 63 | E | 0 | 7 | BD | 62 | 2F |
| Octal | 3 | 313 | 355 | 143 | 16 | 0 | 7 | 275 | 142 | 57 |
| Binary | 11 | 11001011 | 11101101 | 1100011 | 1110 | 0 | 111 | 10111101 | 1100010 | 101111 |
Color Harmonies of #03CBED
Complementary color
Monochromatic Colors of #03CBED
Black with #03CBED
Text Example
Text Example
White with #03CBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CBED; }
p { color: rgb(3,203,237); }
H1.HeaderClassName
{
color: #03CBED;
}
.AnyTagClassName
{
color: #03CBED;
}
</style>
background-color css
<style>
a { background-color: #03CBED; }
a { background-color: rgb(3,203,237); }
div.DivClassName
{
background-color: #03CBED;
}
.BgClassName
{
background-color: #03CBED;
}
</style>
border-color css
<style>
span { border-color: #03CBED; }
span { border-color: rgb(3,203,237); }
td.TdClassName
{
border-color: #03CBED;
}
.TagClassName
{
border-color: #03CBED;
}
</style>