Shades of Iris Blue #13BECE
Tints of Iris Blue #13BECE
RGB
CMYK
RGB Variations
Color information
#13BECE (or 0x13BECE) is known color: Iris Blue. HEX triplet: 13, BE and CE. RGB value is (19,190,206). Sum of RGB (Red+Green+Blue) = 19+190+206=415 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.58% from 415); Green value is 190 (74.61% from 255 or 45.78% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #13BECE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13BECE is #EC4131. Grayscale: #8C8C8C. Windows color (decimal): -15483186 or 13549075. OLE color: 13549075.
HSL color Cylindrical-coordinate representation of color #13BECE: hue angle of 185.13º 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 #13BECE is Cyan = 0.91, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 190 | 206 | - |
| CMYK | 0.91 | 0.08 | 0 | 0.19 |
| HSL | 185.13º | 0.83% | 0.44% | - |
| HSV(B) | 185.13º | 0.91% | 0.81% | - |
| XYZ | 29.82 | 41.42 | 64.82 | - |
| YUV | 140.7 | 164.85 | 41.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 190 | 206 | 0.91 | 0.08 | 0 | 0.19 | 185.13 | 0.83 | 0.44 |
| Hex | 13 | BE | CE | 5B | 8 | 0 | 13 | B9 | 53 | 2C |
| Octal | 23 | 276 | 316 | 133 | 10 | 0 | 23 | 271 | 123 | 54 |
| Binary | 10011 | 10111110 | 11001110 | 1011011 | 1000 | 0 | 10011 | 10111001 | 1010011 | 101100 |
Color Harmonies of #13BECE
Complementary color
Monochromatic Colors of #13BECE
Black with #13BECE
Text Example
Text Example
White with #13BECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BECE; }
p { color: rgb(19,190,206); }
H1.HeaderClassName
{
color: #13BECE;
}
.AnyTagClassName
{
color: #13BECE;
}
</style>
background-color css
<style>
a { background-color: #13BECE; }
a { background-color: rgb(19,190,206); }
div.DivClassName
{
background-color: #13BECE;
}
.BgClassName
{
background-color: #13BECE;
}
</style>
border-color css
<style>
span { border-color: #13BECE; }
span { border-color: rgb(19,190,206); }
td.TdClassName
{
border-color: #13BECE;
}
.TagClassName
{
border-color: #13BECE;
}
</style>