Shades of Robin's Egg Blue #1BCAC6
Tints of Robin's Egg Blue #1BCAC6
RGB
CMYK
RGB Variations
Color information
#1BCAC6 (or 0x1BCAC6) is known color: Robin's Egg Blue. HEX triplet: 1B, CA and C6. RGB value is (27,202,198). Sum of RGB (Red+Green+Blue) = 27+202+198=427 (56% of max value = 765). Red value is 27 (10.94% from 255 or 6.32% from 427); Green value is 202 (79.30% from 255 or 47.31% from 427); Blue value is 198 (77.73% from 255 or 46.37% from 427); Max value from RGB is 202 - color contains mainly: green. Hex color #1BCAC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BCAC6 is #E43539. Grayscale: #959595. Windows color (decimal): -14955834 or 13027867. OLE color: 13027867.
HSL color Cylindrical-coordinate representation of color #1BCAC6: hue angle of 178.63º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BCAC6 is Cyan = 0.87, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 27 | 202 | 198 | - |
| CMYK | 0.87 | 0 | 0.02 | 0.21 |
| HSL | 178.63º | 0.76% | 0.45% | - |
| HSV(B) | 178.63º | 0.87% | 0.79% | - |
| XYZ | 31.77 | 46.55 | 60.74 | - |
| YUV | 149.22 | 155.52 | 40.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 202 | 198 | 0.87 | 0 | 0.02 | 0.21 | 178.63 | 0.76 | 0.45 |
| Hex | 1B | CA | C6 | 57 | 0 | 2 | 15 | B3 | 4C | 2D |
| Octal | 33 | 312 | 306 | 127 | 0 | 2 | 25 | 263 | 114 | 55 |
| Binary | 11011 | 11001010 | 11000110 | 1010111 | 0 | 10 | 10101 | 10110011 | 1001100 | 101101 |
Color Harmonies of #1BCAC6
Complementary color
Monochromatic Colors of #1BCAC6
Black with #1BCAC6
Text Example
Text Example
White with #1BCAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCAC6; }
p { color: rgb(27,202,198); }
H1.HeaderClassName
{
color: #1BCAC6;
}
.AnyTagClassName
{
color: #1BCAC6;
}
</style>
background-color css
<style>
a { background-color: #1BCAC6; }
a { background-color: rgb(27,202,198); }
div.DivClassName
{
background-color: #1BCAC6;
}
.BgClassName
{
background-color: #1BCAC6;
}
</style>
border-color css
<style>
span { border-color: #1BCAC6; }
span { border-color: rgb(27,202,198); }
td.TdClassName
{
border-color: #1BCAC6;
}
.TagClassName
{
border-color: #1BCAC6;
}
</style>