Shades of Robin's Egg Blue #03CBB3
Tints of Robin's Egg Blue #03CBB3
RGB
CMYK
RGB Variations
Color information
#03CBB3 (or 0x03CBB3) is known color: Robin's Egg Blue. HEX triplet: 03, CB and B3. RGB value is (3,203,179). Sum of RGB (Red+Green+Blue) = 3+203+179=385 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.78% from 385); Green value is 203 (79.69% from 255 or 52.73% from 385); Blue value is 179 (70.31% from 255 or 46.49% from 385); Max value from RGB is 203 - color contains mainly: green. Hex color #03CBB3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03CBB3 is #FC344C. Grayscale: #8C8C8C. Windows color (decimal): -16528461 or 11782915. OLE color: 11782915.
HSL color Cylindrical-coordinate representation of color #03CBB3: hue angle of 172.8º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CBB3 is Cyan = 0.99, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 3 | 203 | 179 | - |
| CMYK | 0.99 | 0 | 0.12 | 0.20 |
| HSL | 172.8º | 0.97% | 0.4% | - |
| HSV(B) | 172.8º | 0.99% | 0.8% | - |
| XYZ | 29.53 | 45.99 | 49.97 | - |
| YUV | 140.46 | 149.74 | 29.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 203 | 179 | 0.99 | 0 | 0.12 | 0.20 | 172.8 | 0.97 | 0.4 |
| Hex | 3 | CB | B3 | 63 | 0 | C | 14 | AD | 61 | 28 |
| Octal | 3 | 313 | 263 | 143 | 0 | 14 | 24 | 255 | 141 | 50 |
| Binary | 11 | 11001011 | 10110011 | 1100011 | 0 | 1100 | 10100 | 10101101 | 1100001 | 101000 |
Color Harmonies of #03CBB3
Complementary color
Monochromatic Colors of #03CBB3
Black with #03CBB3
Text Example
Text Example
White with #03CBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CBB3; }
p { color: rgb(3,203,179); }
H1.HeaderClassName
{
color: #03CBB3;
}
.AnyTagClassName
{
color: #03CBB3;
}
</style>
background-color css
<style>
a { background-color: #03CBB3; }
a { background-color: rgb(3,203,179); }
div.DivClassName
{
background-color: #03CBB3;
}
.BgClassName
{
background-color: #03CBB3;
}
</style>
border-color css
<style>
span { border-color: #03CBB3; }
span { border-color: rgb(3,203,179); }
td.TdClassName
{
border-color: #03CBB3;
}
.TagClassName
{
border-color: #03CBB3;
}
</style>