Shades of Iris Blue #0ABCDC
Tints of Iris Blue #0ABCDC
RGB
CMYK
RGB Variations
Color information
#0ABCDC (or 0x0ABCDC) is known color: Iris Blue. HEX triplet: 0A, BC and DC. RGB value is (10,188,220). Sum of RGB (Red+Green+Blue) = 10+188+220=418 (55% of max value = 765). Red value is 10 (4.30% from 255 or 2.39% from 418); Green value is 188 (73.83% from 255 or 44.98% from 418); Blue value is 220 (86.33% from 255 or 52.63% from 418); Max value from RGB is 220 - color contains mainly: blue. Hex color #0ABCDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABCDC is #F54323. Grayscale: #8A8A8A. Windows color (decimal): -16073508 or 14466058. OLE color: 14466058.
HSL color Cylindrical-coordinate representation of color #0ABCDC: hue angle of 189.14º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABCDC is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 10 | 188 | 220 | - |
| CMYK | 0.95 | 0.15 | 0 | 0.14 |
| HSL | 189.14º | 0.91% | 0.45% | - |
| HSV(B) | 189.14º | 0.95% | 0.86% | - |
| XYZ | 31.03 | 41.2 | 74.03 | - |
| YUV | 138.43 | 174.03 | 36.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 188 | 220 | 0.95 | 0.15 | 0 | 0.14 | 189.14 | 0.91 | 0.45 |
| Hex | A | BC | DC | 5F | F | 0 | E | BD | 5B | 2D |
| Octal | 12 | 274 | 334 | 137 | 17 | 0 | 16 | 275 | 133 | 55 |
| Binary | 1010 | 10111100 | 11011100 | 1011111 | 1111 | 0 | 1110 | 10111101 | 1011011 | 101101 |
Color Harmonies of #0ABCDC
Complementary color
Monochromatic Colors of #0ABCDC
Black with #0ABCDC
Text Example
Text Example
White with #0ABCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABCDC; }
p { color: rgb(10,188,220); }
H1.HeaderClassName
{
color: #0ABCDC;
}
.AnyTagClassName
{
color: #0ABCDC;
}
</style>
background-color css
<style>
a { background-color: #0ABCDC; }
a { background-color: rgb(10,188,220); }
div.DivClassName
{
background-color: #0ABCDC;
}
.BgClassName
{
background-color: #0ABCDC;
}
</style>
border-color css
<style>
span { border-color: #0ABCDC; }
span { border-color: rgb(10,188,220); }
td.TdClassName
{
border-color: #0ABCDC;
}
.TagClassName
{
border-color: #0ABCDC;
}
</style>