Shades of Robin's Egg Blue #1BCDC6
Tints of Robin's Egg Blue #1BCDC6
RGB
CMYK
RGB Variations
Color information
#1BCDC6 (or 0x1BCDC6) is known color: Robin's Egg Blue. HEX triplet: 1B, CD and C6. RGB value is (27,205,198). Sum of RGB (Red+Green+Blue) = 27+205+198=430 (56% of max value = 765). Red value is 27 (10.94% from 255 or 6.28% from 430); Green value is 205 (80.47% from 255 or 47.67% from 430); Blue value is 198 (77.73% from 255 or 46.05% from 430); Max value from RGB is 205 - color contains mainly: green. Hex color #1BCDC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BCDC6 is #E43239. Grayscale: #969696. Windows color (decimal): -14955066 or 13028635. OLE color: 13028635.
HSL color Cylindrical-coordinate representation of color #1BCDC6: hue angle of 177.64º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BCDC6 is Cyan = 0.87, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 27 | 205 | 198 | - |
| CMYK | 0.87 | 0 | 0.03 | 0.20 |
| HSL | 177.64º | 0.77% | 0.45% | - |
| HSV(B) | 177.64º | 0.87% | 0.8% | - |
| XYZ | 32.48 | 47.97 | 60.97 | - |
| YUV | 150.98 | 154.53 | 39.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 205 | 198 | 0.87 | 0 | 0.03 | 0.20 | 177.64 | 0.77 | 0.45 |
| Hex | 1B | CD | C6 | 57 | 0 | 3 | 14 | B2 | 4D | 2D |
| Octal | 33 | 315 | 306 | 127 | 0 | 3 | 24 | 262 | 115 | 55 |
| Binary | 11011 | 11001101 | 11000110 | 1010111 | 0 | 11 | 10100 | 10110010 | 1001101 | 101101 |
Color Harmonies of #1BCDC6
Complementary color
Monochromatic Colors of #1BCDC6
Black with #1BCDC6
Text Example
Text Example
White with #1BCDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCDC6; }
p { color: rgb(27,205,198); }
H1.HeaderClassName
{
color: #1BCDC6;
}
.AnyTagClassName
{
color: #1BCDC6;
}
</style>
background-color css
<style>
a { background-color: #1BCDC6; }
a { background-color: rgb(27,205,198); }
div.DivClassName
{
background-color: #1BCDC6;
}
.BgClassName
{
background-color: #1BCDC6;
}
</style>
border-color css
<style>
span { border-color: #1BCDC6; }
span { border-color: rgb(27,205,198); }
td.TdClassName
{
border-color: #1BCDC6;
}
.TagClassName
{
border-color: #1BCDC6;
}
</style>