Shades of Robin's Egg Blue #1ACFBC
Tints of Robin's Egg Blue #1ACFBC
RGB
CMYK
RGB Variations
Color information
#1ACFBC (or 0x1ACFBC) is known color: Robin's Egg Blue. HEX triplet: 1A, CF and BC. RGB value is (26,207,188). Sum of RGB (Red+Green+Blue) = 26+207+188=421 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.18% from 421); Green value is 207 (81.25% from 255 or 49.17% from 421); Blue value is 188 (73.83% from 255 or 44.66% from 421); Max value from RGB is 207 - color contains mainly: green. Hex color #1ACFBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ACFBC is #E53043. Grayscale: #969696. Windows color (decimal): -15020100 or 12373786. OLE color: 12373786.
HSL color Cylindrical-coordinate representation of color #1ACFBC: hue angle of 173.7º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1ACFBC is Cyan = 0.87, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 26 | 207 | 188 | - |
| CMYK | 0.87 | 0 | 0.09 | 0.19 |
| HSL | 173.7º | 0.78% | 0.46% | - |
| HSV(B) | 173.7º | 0.87% | 0.81% | - |
| XYZ | 31.82 | 48.48 | 55.26 | - |
| YUV | 150.72 | 149.03 | 39.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 207 | 188 | 0.87 | 0 | 0.09 | 0.19 | 173.7 | 0.78 | 0.46 |
| Hex | 1A | CF | BC | 57 | 0 | 9 | 13 | AE | 4E | 2E |
| Octal | 32 | 317 | 274 | 127 | 0 | 11 | 23 | 256 | 116 | 56 |
| Binary | 11010 | 11001111 | 10111100 | 1010111 | 0 | 1001 | 10011 | 10101110 | 1001110 | 101110 |
Color Harmonies of #1ACFBC
Complementary color
Monochromatic Colors of #1ACFBC
Black with #1ACFBC
Text Example
Text Example
White with #1ACFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACFBC; }
p { color: rgb(26,207,188); }
H1.HeaderClassName
{
color: #1ACFBC;
}
.AnyTagClassName
{
color: #1ACFBC;
}
</style>
background-color css
<style>
a { background-color: #1ACFBC; }
a { background-color: rgb(26,207,188); }
div.DivClassName
{
background-color: #1ACFBC;
}
.BgClassName
{
background-color: #1ACFBC;
}
</style>
border-color css
<style>
span { border-color: #1ACFBC; }
span { border-color: rgb(26,207,188); }
td.TdClassName
{
border-color: #1ACFBC;
}
.TagClassName
{
border-color: #1ACFBC;
}
</style>