Shades of Iris Blue #13B0CE
Tints of Iris Blue #13B0CE
RGB
CMYK
RGB Variations
Color information
#13B0CE (or 0x13B0CE) is known color: Iris Blue. HEX triplet: 13, B0 and CE. RGB value is (19,176,206). Sum of RGB (Red+Green+Blue) = 19+176+206=401 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.74% from 401); Green value is 176 (69.14% from 255 or 43.89% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #13B0CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13B0CE is #EC4F31. Grayscale: #848484. Windows color (decimal): -15486770 or 13545491. OLE color: 13545491.
HSL color Cylindrical-coordinate representation of color #13B0CE: hue angle of 189.63º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13B0CE is Cyan = 0.91, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 176 | 206 | - |
| CMYK | 0.91 | 0.15 | 0 | 0.19 |
| HSL | 189.63º | 0.83% | 0.44% | - |
| HSV(B) | 189.63º | 0.91% | 0.81% | - |
| XYZ | 26.93 | 35.65 | 63.85 | - |
| YUV | 132.48 | 169.49 | 47.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 176 | 206 | 0.91 | 0.15 | 0 | 0.19 | 189.63 | 0.83 | 0.44 |
| Hex | 13 | B0 | CE | 5B | F | 0 | 13 | BE | 53 | 2C |
| Octal | 23 | 260 | 316 | 133 | 17 | 0 | 23 | 276 | 123 | 54 |
| Binary | 10011 | 10110000 | 11001110 | 1011011 | 1111 | 0 | 10011 | 10111110 | 1010011 | 101100 |
Color Harmonies of #13B0CE
Complementary color
Monochromatic Colors of #13B0CE
Black with #13B0CE
Text Example
Text Example
White with #13B0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13B0CE; }
p { color: rgb(19,176,206); }
H1.HeaderClassName
{
color: #13B0CE;
}
.AnyTagClassName
{
color: #13B0CE;
}
</style>
background-color css
<style>
a { background-color: #13B0CE; }
a { background-color: rgb(19,176,206); }
div.DivClassName
{
background-color: #13B0CE;
}
.BgClassName
{
background-color: #13B0CE;
}
</style>
border-color css
<style>
span { border-color: #13B0CE; }
span { border-color: rgb(19,176,206); }
td.TdClassName
{
border-color: #13B0CE;
}
.TagClassName
{
border-color: #13B0CE;
}
</style>