Shades of Iris Blue #13AECF
Tints of Iris Blue #13AECF
RGB
CMYK
RGB Variations
Color information
#13AECF (or 0x13AECF) is known color: Iris Blue. HEX triplet: 13, AE and CF. RGB value is (19,174,207). Sum of RGB (Red+Green+Blue) = 19+174+207=400 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.75% from 400); Green value is 174 (68.36% from 255 or 43.5% from 400); Blue value is 207 (81.25% from 255 or 51.75% from 400); Max value from RGB is 207 - color contains mainly: blue. Hex color #13AECF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13AECF is #EC5130. Grayscale: #838383. Windows color (decimal): -15487281 or 13610515. OLE color: 13610515.
HSL color Cylindrical-coordinate representation of color #13AECF: hue angle of 190.53º 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 #13AECF is Cyan = 0.91, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 174 | 207 | - |
| CMYK | 0.91 | 0.16 | 0 | 0.19 |
| HSL | 190.53º | 0.83% | 0.44% | - |
| HSV(B) | 190.53º | 0.91% | 0.81% | - |
| XYZ | 26.67 | 34.92 | 64.37 | - |
| YUV | 131.42 | 170.65 | 47.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 174 | 207 | 0.91 | 0.16 | 0 | 0.19 | 190.53 | 0.83 | 0.44 |
| Hex | 13 | AE | CF | 5B | 10 | 0 | 13 | BF | 53 | 2C |
| Octal | 23 | 256 | 317 | 133 | 20 | 0 | 23 | 277 | 123 | 54 |
| Binary | 10011 | 10101110 | 11001111 | 1011011 | 10000 | 0 | 10011 | 10111111 | 1010011 | 101100 |
Color Harmonies of #13AECF
Complementary color
Monochromatic Colors of #13AECF
Black with #13AECF
Text Example
Text Example
White with #13AECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AECF; }
p { color: rgb(19,174,207); }
H1.HeaderClassName
{
color: #13AECF;
}
.AnyTagClassName
{
color: #13AECF;
}
</style>
background-color css
<style>
a { background-color: #13AECF; }
a { background-color: rgb(19,174,207); }
div.DivClassName
{
background-color: #13AECF;
}
.BgClassName
{
background-color: #13AECF;
}
</style>
border-color css
<style>
span { border-color: #13AECF; }
span { border-color: rgb(19,174,207); }
td.TdClassName
{
border-color: #13AECF;
}
.TagClassName
{
border-color: #13AECF;
}
</style>