Shades of Deep Sky Blue #03CAEF
Tints of Deep Sky Blue #03CAEF
RGB
CMYK
RGB Variations
Color information
#03CAEF (or 0x03CAEF) is known color: Deep Sky Blue. HEX triplet: 03, CA and EF. RGB value is (3,202,239). Sum of RGB (Red+Green+Blue) = 3+202+239=444 (58% of max value = 765). Red value is 3 (1.56% from 255 or 0.68% from 444); Green value is 202 (79.30% from 255 or 45.50% from 444); Blue value is 239 (93.75% from 255 or 53.83% from 444); Max value from RGB is 239 - color contains mainly: blue. Hex color #03CAEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03CAEF is #FC3510. Grayscale: #929292. Windows color (decimal): -16528657 or 15714819. OLE color: 15714819.
HSL color Cylindrical-coordinate representation of color #03CAEF: hue angle of 189.41º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CAEF is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 3 | 202 | 239 | - |
| CMYK | 0.99 | 0.15 | 0 | 0.06 |
| HSL | 189.41º | 0.98% | 0.47% | - |
| HSV(B) | 189.41º | 0.99% | 0.94% | - |
| XYZ | 36.74 | 48.49 | 89.09 | - |
| YUV | 146.72 | 180.07 | 25.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 202 | 239 | 0.99 | 0.15 | 0 | 0.06 | 189.41 | 0.98 | 0.47 |
| Hex | 3 | CA | EF | 63 | F | 0 | 6 | BD | 62 | 2F |
| Octal | 3 | 312 | 357 | 143 | 17 | 0 | 6 | 275 | 142 | 57 |
| Binary | 11 | 11001010 | 11101111 | 1100011 | 1111 | 0 | 110 | 10111101 | 1100010 | 101111 |
Color Harmonies of #03CAEF
Complementary color
Monochromatic Colors of #03CAEF
Black with #03CAEF
Text Example
Text Example
White with #03CAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CAEF; }
p { color: rgb(3,202,239); }
H1.HeaderClassName
{
color: #03CAEF;
}
.AnyTagClassName
{
color: #03CAEF;
}
</style>
background-color css
<style>
a { background-color: #03CAEF; }
a { background-color: rgb(3,202,239); }
div.DivClassName
{
background-color: #03CAEF;
}
.BgClassName
{
background-color: #03CAEF;
}
</style>
border-color css
<style>
span { border-color: #03CAEF; }
span { border-color: rgb(3,202,239); }
td.TdClassName
{
border-color: #03CAEF;
}
.TagClassName
{
border-color: #03CAEF;
}
</style>