Shades of Iris Blue #19BCCF
Tints of Iris Blue #19BCCF
RGB
CMYK
RGB Variations
Color information
#19BCCF (or 0x19BCCF) is known color: Iris Blue. HEX triplet: 19, BC and CF. RGB value is (25,188,207). Sum of RGB (Red+Green+Blue) = 25+188+207=420 (55% of max value = 765). Red value is 25 (10.16% from 255 or 5.95% from 420); Green value is 188 (73.83% from 255 or 44.76% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 207 - color contains mainly: blue. Hex color #19BCCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19BCCF is #E64330. Grayscale: #8D8D8D. Windows color (decimal): -15090481 or 13614105. OLE color: 13614105.
HSL color Cylindrical-coordinate representation of color #19BCCF: hue angle of 186.26º 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 #19BCCF is Cyan = 0.88, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 188 | 207 | - |
| CMYK | 0.88 | 0.09 | 0 | 0.19 |
| HSL | 186.26º | 0.78% | 0.45% | - |
| HSV(B) | 186.26º | 0.88% | 0.81% | - |
| XYZ | 29.65 | 40.68 | 65.32 | - |
| YUV | 141.43 | 165 | 44.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 188 | 207 | 0.88 | 0.09 | 0 | 0.19 | 186.26 | 0.78 | 0.45 |
| Hex | 19 | BC | CF | 58 | 9 | 0 | 13 | BA | 4E | 2D |
| Octal | 31 | 274 | 317 | 130 | 11 | 0 | 23 | 272 | 116 | 55 |
| Binary | 11001 | 10111100 | 11001111 | 1011000 | 1001 | 0 | 10011 | 10111010 | 1001110 | 101101 |
Color Harmonies of #19BCCF
Complementary color
Monochromatic Colors of #19BCCF
Black with #19BCCF
Text Example
Text Example
White with #19BCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BCCF; }
p { color: rgb(25,188,207); }
H1.HeaderClassName
{
color: #19BCCF;
}
.AnyTagClassName
{
color: #19BCCF;
}
</style>
background-color css
<style>
a { background-color: #19BCCF; }
a { background-color: rgb(25,188,207); }
div.DivClassName
{
background-color: #19BCCF;
}
.BgClassName
{
background-color: #19BCCF;
}
</style>
border-color css
<style>
span { border-color: #19BCCF; }
span { border-color: rgb(25,188,207); }
td.TdClassName
{
border-color: #19BCCF;
}
.TagClassName
{
border-color: #19BCCF;
}
</style>