Shades of Robin's Egg Blue #1BCACF
Tints of Robin's Egg Blue #1BCACF
RGB
CMYK
RGB Variations
Color information
#1BCACF (or 0x1BCACF) is known color: Robin's Egg Blue. HEX triplet: 1B, CA and CF. RGB value is (27,202,207). Sum of RGB (Red+Green+Blue) = 27+202+207=436 (57% of max value = 765). Red value is 27 (10.94% from 255 or 6.19% from 436); Green value is 202 (79.30% from 255 or 46.33% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 207 - color contains mainly: blue. Hex color #1BCACF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BCACF is #E43530. Grayscale: #969696. Windows color (decimal): -14955825 or 13617691. OLE color: 13617691.
HSL color Cylindrical-coordinate representation of color #1BCACF: hue angle of 181.67º degrees, saturation: 0.77, 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 #1BCACF is Cyan = 0.87, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 27 | 202 | 207 | - |
| CMYK | 0.87 | 0.02 | 0 | 0.19 |
| HSL | 181.67º | 0.77% | 0.46% | - |
| HSV(B) | 181.67º | 0.87% | 0.81% | - |
| XYZ | 32.84 | 46.98 | 66.37 | - |
| YUV | 150.25 | 160.02 | 40.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 202 | 207 | 0.87 | 0.02 | 0 | 0.19 | 181.67 | 0.77 | 0.46 |
| Hex | 1B | CA | CF | 57 | 2 | 0 | 13 | B6 | 4D | 2E |
| Octal | 33 | 312 | 317 | 127 | 2 | 0 | 23 | 266 | 115 | 56 |
| Binary | 11011 | 11001010 | 11001111 | 1010111 | 10 | 0 | 10011 | 10110110 | 1001101 | 101110 |
Color Harmonies of #1BCACF
Complementary color
Monochromatic Colors of #1BCACF
Black with #1BCACF
Text Example
Text Example
White with #1BCACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCACF; }
p { color: rgb(27,202,207); }
H1.HeaderClassName
{
color: #1BCACF;
}
.AnyTagClassName
{
color: #1BCACF;
}
</style>
background-color css
<style>
a { background-color: #1BCACF; }
a { background-color: rgb(27,202,207); }
div.DivClassName
{
background-color: #1BCACF;
}
.BgClassName
{
background-color: #1BCACF;
}
</style>
border-color css
<style>
span { border-color: #1BCACF; }
span { border-color: rgb(27,202,207); }
td.TdClassName
{
border-color: #1BCACF;
}
.TagClassName
{
border-color: #1BCACF;
}
</style>