Shades of Robin's Egg Blue #08CFB5
Tints of Robin's Egg Blue #08CFB5
RGB
CMYK
RGB Variations
Color information
#08CFB5 (or 0x08CFB5) is known color: Robin's Egg Blue. HEX triplet: 08, CF and B5. RGB value is (8,207,181). Sum of RGB (Red+Green+Blue) = 8+207+181=396 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2.02% from 396); Green value is 207 (81.25% from 255 or 52.27% from 396); Blue value is 181 (71.09% from 255 or 45.71% from 396); Max value from RGB is 207 - color contains mainly: green. Hex color #08CFB5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08CFB5 is #F7304A. Grayscale: #909090. Windows color (decimal): -16199755 or 11915016. OLE color: 11915016.
HSL color Cylindrical-coordinate representation of color #08CFB5: hue angle of 172.16º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08CFB5 is Cyan = 0.96, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 8 | 207 | 181 | - |
| CMYK | 0.96 | 0 | 0.13 | 0.19 |
| HSL | 172.16º | 0.93% | 0.42% | - |
| HSV(B) | 172.16º | 0.96% | 0.81% | - |
| XYZ | 30.75 | 48.01 | 51.36 | - |
| YUV | 144.54 | 148.57 | 30.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 207 | 181 | 0.96 | 0 | 0.13 | 0.19 | 172.16 | 0.93 | 0.42 |
| Hex | 8 | CF | B5 | 60 | 0 | D | 13 | AC | 5D | 2A |
| Octal | 10 | 317 | 265 | 140 | 0 | 15 | 23 | 254 | 135 | 52 |
| Binary | 1000 | 11001111 | 10110101 | 1100000 | 0 | 1101 | 10011 | 10101100 | 1011101 | 101010 |
Color Harmonies of #08CFB5
Complementary color
Monochromatic Colors of #08CFB5
Black with #08CFB5
Text Example
Text Example
White with #08CFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08CFB5; }
p { color: rgb(8,207,181); }
H1.HeaderClassName
{
color: #08CFB5;
}
.AnyTagClassName
{
color: #08CFB5;
}
</style>
background-color css
<style>
a { background-color: #08CFB5; }
a { background-color: rgb(8,207,181); }
div.DivClassName
{
background-color: #08CFB5;
}
.BgClassName
{
background-color: #08CFB5;
}
</style>
border-color css
<style>
span { border-color: #08CFB5; }
span { border-color: rgb(8,207,181); }
td.TdClassName
{
border-color: #08CFB5;
}
.TagClassName
{
border-color: #08CFB5;
}
</style>