Shades of Iris Blue #13B3D2
Tints of Iris Blue #13B3D2
RGB
CMYK
RGB Variations
Color information
#13B3D2 (or 0x13B3D2) is known color: Iris Blue. HEX triplet: 13, B3 and D2. RGB value is (19,179,210). Sum of RGB (Red+Green+Blue) = 19+179+210=408 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.66% from 408); Green value is 179 (70.31% from 255 or 43.87% from 408); Blue value is 210 (82.42% from 255 or 51.47% from 408); Max value from RGB is 210 - color contains mainly: blue. Hex color #13B3D2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13B3D2 is #EC4C2D. Grayscale: #868686. Windows color (decimal): -15485998 or 13808403. OLE color: 13808403.
HSL color Cylindrical-coordinate representation of color #13B3D2: hue angle of 189.74º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13B3D2 is Cyan = 0.91, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 19 | 179 | 210 | - |
| CMYK | 0.91 | 0.15 | 0 | 0.18 |
| HSL | 189.74º | 0.83% | 0.45% | - |
| HSV(B) | 189.74º | 0.91% | 0.82% | - |
| XYZ | 28.02 | 37.03 | 66.64 | - |
| YUV | 134.69 | 170.49 | 45.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 179 | 210 | 0.91 | 0.15 | 0 | 0.18 | 189.74 | 0.83 | 0.45 |
| Hex | 13 | B3 | D2 | 5B | F | 0 | 12 | BE | 53 | 2D |
| Octal | 23 | 263 | 322 | 133 | 17 | 0 | 22 | 276 | 123 | 55 |
| Binary | 10011 | 10110011 | 11010010 | 1011011 | 1111 | 0 | 10010 | 10111110 | 1010011 | 101101 |
Color Harmonies of #13B3D2
Complementary color
Monochromatic Colors of #13B3D2
Black with #13B3D2
Text Example
Text Example
White with #13B3D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13B3D2; }
p { color: rgb(19,179,210); }
H1.HeaderClassName
{
color: #13B3D2;
}
.AnyTagClassName
{
color: #13B3D2;
}
</style>
background-color css
<style>
a { background-color: #13B3D2; }
a { background-color: rgb(19,179,210); }
div.DivClassName
{
background-color: #13B3D2;
}
.BgClassName
{
background-color: #13B3D2;
}
</style>
border-color css
<style>
span { border-color: #13B3D2; }
span { border-color: rgb(19,179,210); }
td.TdClassName
{
border-color: #13B3D2;
}
.TagClassName
{
border-color: #13B3D2;
}
</style>