Shades of Iris Blue #13C0DA
Tints of Iris Blue #13C0DA
RGB
CMYK
RGB Variations
Color information
#13C0DA (or 0x13C0DA) is known color: Iris Blue. HEX triplet: 13, C0 and DA. RGB value is (19,192,218). Sum of RGB (Red+Green+Blue) = 19+192+218=429 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.43% from 429); Green value is 192 (75.39% from 255 or 44.76% from 429); Blue value is 218 (85.55% from 255 or 50.82% from 429); Max value from RGB is 218 - color contains mainly: blue. Hex color #13C0DA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13C0DA is #EC3F25. Grayscale: #8E8E8E. Windows color (decimal): -15482662 or 14336019. OLE color: 14336019.
HSL color Cylindrical-coordinate representation of color #13C0DA: hue angle of 187.84º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13C0DA is Cyan = 0.91, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 192 | 218 | - |
| CMYK | 0.91 | 0.12 | 0 | 0.15 |
| HSL | 187.84º | 0.84% | 0.46% | - |
| HSV(B) | 187.84º | 0.91% | 0.85% | - |
| XYZ | 31.77 | 42.9 | 72.94 | - |
| YUV | 143.24 | 170.19 | 39.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 192 | 218 | 0.91 | 0.12 | 0 | 0.15 | 187.84 | 0.84 | 0.46 |
| Hex | 13 | C0 | DA | 5B | C | 0 | F | BC | 54 | 2E |
| Octal | 23 | 300 | 332 | 133 | 14 | 0 | 17 | 274 | 124 | 56 |
| Binary | 10011 | 11000000 | 11011010 | 1011011 | 1100 | 0 | 1111 | 10111100 | 1010100 | 101110 |
Color Harmonies of #13C0DA
Complementary color
Monochromatic Colors of #13C0DA
Black with #13C0DA
Text Example
Text Example
White with #13C0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C0DA; }
p { color: rgb(19,192,218); }
H1.HeaderClassName
{
color: #13C0DA;
}
.AnyTagClassName
{
color: #13C0DA;
}
</style>
background-color css
<style>
a { background-color: #13C0DA; }
a { background-color: rgb(19,192,218); }
div.DivClassName
{
background-color: #13C0DA;
}
.BgClassName
{
background-color: #13C0DA;
}
</style>
border-color css
<style>
span { border-color: #13C0DA; }
span { border-color: rgb(19,192,218); }
td.TdClassName
{
border-color: #13C0DA;
}
.TagClassName
{
border-color: #13C0DA;
}
</style>