Shades of Deep Sky Blue #03CBF1
Tints of Deep Sky Blue #03CBF1
RGB
CMYK
RGB Variations
Color information
#03CBF1 (or 0x03CBF1) is known color: Deep Sky Blue. HEX triplet: 03, CB and F1. RGB value is (3,203,241). Sum of RGB (Red+Green+Blue) = 3+203+241=447 (59% of max value = 765). Red value is 3 (1.56% from 255 or 0.67% from 447); Green value is 203 (79.69% from 255 or 45.41% from 447); Blue value is 241 (94.53% from 255 or 53.91% from 447); Max value from RGB is 241 - color contains mainly: blue. Hex color #03CBF1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03CBF1 is #FC340E. Grayscale: #939393. Windows color (decimal): -16528399 or 15846147. OLE color: 15846147.
HSL color Cylindrical-coordinate representation of color #03CBF1: hue angle of 189.58º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CBF1 is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 3 | 203 | 241 | - |
| CMYK | 0.99 | 0.16 | 0 | 0.05 |
| HSL | 189.58º | 0.98% | 0.48% | - |
| HSV(B) | 189.58º | 0.99% | 0.95% | - |
| XYZ | 37.27 | 49.08 | 90.73 | - |
| YUV | 147.53 | 180.74 | 24.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 203 | 241 | 0.99 | 0.16 | 0 | 0.05 | 189.58 | 0.98 | 0.48 |
| Hex | 3 | CB | F1 | 63 | 10 | 0 | 5 | BE | 62 | 30 |
| Octal | 3 | 313 | 361 | 143 | 20 | 0 | 5 | 276 | 142 | 60 |
| Binary | 11 | 11001011 | 11110001 | 1100011 | 10000 | 0 | 101 | 10111110 | 1100010 | 110000 |
Color Harmonies of #03CBF1
Complementary color
Monochromatic Colors of #03CBF1
Black with #03CBF1
Text Example
Text Example
White with #03CBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CBF1; }
p { color: rgb(3,203,241); }
H1.HeaderClassName
{
color: #03CBF1;
}
.AnyTagClassName
{
color: #03CBF1;
}
</style>
background-color css
<style>
a { background-color: #03CBF1; }
a { background-color: rgb(3,203,241); }
div.DivClassName
{
background-color: #03CBF1;
}
.BgClassName
{
background-color: #03CBF1;
}
</style>
border-color css
<style>
span { border-color: #03CBF1; }
span { border-color: rgb(3,203,241); }
td.TdClassName
{
border-color: #03CBF1;
}
.TagClassName
{
border-color: #03CBF1;
}
</style>