Shades of Iris Blue #19BFD3
Tints of Iris Blue #19BFD3
RGB
CMYK
RGB Variations
Color information
#19BFD3 (or 0x19BFD3) is known color: Iris Blue. HEX triplet: 19, BF and D3. RGB value is (25,191,211). Sum of RGB (Red+Green+Blue) = 25+191+211=427 (56% of max value = 765). Red value is 25 (10.16% from 255 or 5.85% from 427); Green value is 191 (75% from 255 or 44.73% from 427); Blue value is 211 (82.81% from 255 or 49.41% from 427); Max value from RGB is 211 - color contains mainly: blue. Hex color #19BFD3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19BFD3 is #E6402C. Grayscale: #8F8F8F. Windows color (decimal): -15089709 or 13877017. OLE color: 13877017.
HSL color Cylindrical-coordinate representation of color #19BFD3: hue angle of 186.45º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19BFD3 is Cyan = 0.88, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 25 | 191 | 211 | - |
| CMYK | 0.88 | 0.09 | 0 | 0.17 |
| HSL | 186.45º | 0.79% | 0.46% | - |
| HSV(B) | 186.45º | 0.88% | 0.83% | - |
| XYZ | 30.79 | 42.17 | 68.15 | - |
| YUV | 143.65 | 166 | 43.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 191 | 211 | 0.88 | 0.09 | 0 | 0.17 | 186.45 | 0.79 | 0.46 |
| Hex | 19 | BF | D3 | 58 | 9 | 0 | 11 | BA | 4F | 2E |
| Octal | 31 | 277 | 323 | 130 | 11 | 0 | 21 | 272 | 117 | 56 |
| Binary | 11001 | 10111111 | 11010011 | 1011000 | 1001 | 0 | 10001 | 10111010 | 1001111 | 101110 |
Color Harmonies of #19BFD3
Complementary color
Monochromatic Colors of #19BFD3
Black with #19BFD3
Text Example
Text Example
White with #19BFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BFD3; }
p { color: rgb(25,191,211); }
H1.HeaderClassName
{
color: #19BFD3;
}
.AnyTagClassName
{
color: #19BFD3;
}
</style>
background-color css
<style>
a { background-color: #19BFD3; }
a { background-color: rgb(25,191,211); }
div.DivClassName
{
background-color: #19BFD3;
}
.BgClassName
{
background-color: #19BFD3;
}
</style>
border-color css
<style>
span { border-color: #19BFD3; }
span { border-color: rgb(25,191,211); }
td.TdClassName
{
border-color: #19BFD3;
}
.TagClassName
{
border-color: #19BFD3;
}
</style>