Shades of Robin's Egg Blue #08CBCB
Tints of Robin's Egg Blue #08CBCB
RGB
CMYK
RGB Variations
Color information
#08CBCB (or 0x08CBCB) is known color: Robin's Egg Blue. HEX triplet: 08, CB and CB. RGB value is (8,203,203). Sum of RGB (Red+Green+Blue) = 8+203+203=414 (54% of max value = 765). Red value is 8 (3.52% from 255 or 1.93% from 414); Green value is 203 (79.69% from 255 or 49.03% from 414); Blue value is 203 (79.69% from 255 or 49.03% from 414); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #08CBCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08CBCB is #F73434. Grayscale: #909090. Windows color (decimal): -16200757 or 13355784. OLE color: 13355784.
HSL color Cylindrical-coordinate representation of color #08CBCB: hue angle of 180º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08CBCB is Cyan = 0.96, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 203 | 203 | - |
| CMYK | 0.96 | 0 | 0 | 0.20 |
| HSL | 180º | 0.92% | 0.41% | - |
| HSV(B) | 180º | 0.96% | 0.8% | - |
| XYZ | 32.24 | 47.08 | 63.89 | - |
| YUV | 144.7 | 160.9 | 30.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 203 | 203 | 0.96 | 0 | 0 | 0.20 | 180 | 0.92 | 0.41 |
| Hex | 8 | CB | CB | 60 | 0 | 0 | 14 | B4 | 5C | 29 |
| Octal | 10 | 313 | 313 | 140 | 0 | 0 | 24 | 264 | 134 | 51 |
| Binary | 1000 | 11001011 | 11001011 | 1100000 | 0 | 0 | 10100 | 10110100 | 1011100 | 101001 |
Color Harmonies of #08CBCB
Complementary color
Monochromatic Colors of #08CBCB
Black with #08CBCB
Text Example
Text Example
White with #08CBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08CBCB; }
p { color: rgb(8,203,203); }
H1.HeaderClassName
{
color: #08CBCB;
}
.AnyTagClassName
{
color: #08CBCB;
}
</style>
background-color css
<style>
a { background-color: #08CBCB; }
a { background-color: rgb(8,203,203); }
div.DivClassName
{
background-color: #08CBCB;
}
.BgClassName
{
background-color: #08CBCB;
}
</style>
border-color css
<style>
span { border-color: #08CBCB; }
span { border-color: rgb(8,203,203); }
td.TdClassName
{
border-color: #08CBCB;
}
.TagClassName
{
border-color: #08CBCB;
}
</style>