Shades of Iris Blue #19BFCF
Tints of Iris Blue #19BFCF
RGB
CMYK
RGB Variations
Color information
#19BFCF (or 0x19BFCF) is known color: Iris Blue. HEX triplet: 19, BF and CF. RGB value is (25,191,207). Sum of RGB (Red+Green+Blue) = 25+191+207=423 (56% of max value = 765). Red value is 25 (10.16% from 255 or 5.91% from 423); Green value is 191 (75% from 255 or 45.15% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #19BFCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19BFCF is #E64030. Grayscale: #8E8E8E. Windows color (decimal): -15089713 or 13614873. OLE color: 13614873.
HSL color Cylindrical-coordinate representation of color #19BFCF: hue angle of 185.27º 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 #19BFCF is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 191 | 207 | - |
| CMYK | 0.88 | 0.08 | 0 | 0.19 |
| HSL | 185.27º | 0.78% | 0.45% | - |
| HSV(B) | 185.27º | 0.88% | 0.81% | - |
| XYZ | 30.29 | 41.97 | 65.54 | - |
| YUV | 143.19 | 164 | 43.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 191 | 207 | 0.88 | 0.08 | 0 | 0.19 | 185.27 | 0.78 | 0.45 |
| Hex | 19 | BF | CF | 58 | 8 | 0 | 13 | B9 | 4E | 2D |
| Octal | 31 | 277 | 317 | 130 | 10 | 0 | 23 | 271 | 116 | 55 |
| Binary | 11001 | 10111111 | 11001111 | 1011000 | 1000 | 0 | 10011 | 10111001 | 1001110 | 101101 |
Color Harmonies of #19BFCF
Complementary color
Monochromatic Colors of #19BFCF
Black with #19BFCF
Text Example
Text Example
White with #19BFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BFCF; }
p { color: rgb(25,191,207); }
H1.HeaderClassName
{
color: #19BFCF;
}
.AnyTagClassName
{
color: #19BFCF;
}
</style>
background-color css
<style>
a { background-color: #19BFCF; }
a { background-color: rgb(25,191,207); }
div.DivClassName
{
background-color: #19BFCF;
}
.BgClassName
{
background-color: #19BFCF;
}
</style>
border-color css
<style>
span { border-color: #19BFCF; }
span { border-color: rgb(25,191,207); }
td.TdClassName
{
border-color: #19BFCF;
}
.TagClassName
{
border-color: #19BFCF;
}
</style>