Shades of Iris Blue #19BBCF
Tints of Iris Blue #19BBCF
RGB
CMYK
RGB Variations
Color information
#19BBCF (or 0x19BBCF) is known color: Iris Blue. HEX triplet: 19, BB and CF. RGB value is (25,187,207). Sum of RGB (Red+Green+Blue) = 25+187+207=419 (55% of max value = 765). Red value is 25 (10.16% from 255 or 5.97% from 419); Green value is 187 (73.44% from 255 or 44.63% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #19BBCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19BBCF is #E64430. Grayscale: #8C8C8C. Windows color (decimal): -15090737 or 13613849. OLE color: 13613849.
HSL color Cylindrical-coordinate representation of color #19BBCF: hue angle of 186.59º 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 #19BBCF is Cyan = 0.88, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 187 | 207 | - |
| CMYK | 0.88 | 0.10 | 0 | 0.19 |
| HSL | 186.59º | 0.78% | 0.45% | - |
| HSV(B) | 186.59º | 0.88% | 0.81% | - |
| XYZ | 29.43 | 40.25 | 65.25 | - |
| YUV | 140.84 | 165.33 | 45.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 187 | 207 | 0.88 | 0.10 | 0 | 0.19 | 186.59 | 0.78 | 0.45 |
| Hex | 19 | BB | CF | 58 | A | 0 | 13 | BB | 4E | 2D |
| Octal | 31 | 273 | 317 | 130 | 12 | 0 | 23 | 273 | 116 | 55 |
| Binary | 11001 | 10111011 | 11001111 | 1011000 | 1010 | 0 | 10011 | 10111011 | 1001110 | 101101 |
Color Harmonies of #19BBCF
Complementary color
Monochromatic Colors of #19BBCF
Black with #19BBCF
Text Example
Text Example
White with #19BBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BBCF; }
p { color: rgb(25,187,207); }
H1.HeaderClassName
{
color: #19BBCF;
}
.AnyTagClassName
{
color: #19BBCF;
}
</style>
background-color css
<style>
a { background-color: #19BBCF; }
a { background-color: rgb(25,187,207); }
div.DivClassName
{
background-color: #19BBCF;
}
.BgClassName
{
background-color: #19BBCF;
}
</style>
border-color css
<style>
span { border-color: #19BBCF; }
span { border-color: rgb(25,187,207); }
td.TdClassName
{
border-color: #19BBCF;
}
.TagClassName
{
border-color: #19BBCF;
}
</style>