Shades of Robin's Egg Blue #19CFBF
Tints of Robin's Egg Blue #19CFBF
RGB
CMYK
RGB Variations
Color information
#19CFBF (or 0x19CFBF) is known color: Robin's Egg Blue. HEX triplet: 19, CF and BF. RGB value is (25,207,191). Sum of RGB (Red+Green+Blue) = 25+207+191=423 (56% of max value = 765). Red value is 25 (10.16% from 255 or 5.91% from 423); Green value is 207 (81.25% from 255 or 48.94% from 423); Blue value is 191 (75% from 255 or 45.15% from 423); Max value from RGB is 207 - color contains mainly: green. Hex color #19CFBF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19CFBF is #E63040. Grayscale: #969696. Windows color (decimal): -15085633 or 12570393. OLE color: 12570393.
HSL color Cylindrical-coordinate representation of color #19CFBF: hue angle of 174.73º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19CFBF is Cyan = 0.88, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 207 | 191 | - |
| CMYK | 0.88 | 0 | 0.08 | 0.19 |
| HSL | 174.73º | 0.78% | 0.45% | - |
| HSV(B) | 174.73º | 0.88% | 0.81% | - |
| XYZ | 32.12 | 48.59 | 56.98 | - |
| YUV | 150.76 | 150.7 | 38.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 207 | 191 | 0.88 | 0 | 0.08 | 0.19 | 174.73 | 0.78 | 0.45 |
| Hex | 19 | CF | BF | 58 | 0 | 8 | 13 | AF | 4E | 2D |
| Octal | 31 | 317 | 277 | 130 | 0 | 10 | 23 | 257 | 116 | 55 |
| Binary | 11001 | 11001111 | 10111111 | 1011000 | 0 | 1000 | 10011 | 10101111 | 1001110 | 101101 |
Color Harmonies of #19CFBF
Complementary color
Monochromatic Colors of #19CFBF
Black with #19CFBF
Text Example
Text Example
White with #19CFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CFBF; }
p { color: rgb(25,207,191); }
H1.HeaderClassName
{
color: #19CFBF;
}
.AnyTagClassName
{
color: #19CFBF;
}
</style>
background-color css
<style>
a { background-color: #19CFBF; }
a { background-color: rgb(25,207,191); }
div.DivClassName
{
background-color: #19CFBF;
}
.BgClassName
{
background-color: #19CFBF;
}
</style>
border-color css
<style>
span { border-color: #19CFBF; }
span { border-color: rgb(25,207,191); }
td.TdClassName
{
border-color: #19CFBF;
}
.TagClassName
{
border-color: #19CFBF;
}
</style>