Shades of Iris Blue #0ABCDA
Tints of Iris Blue #0ABCDA
RGB
CMYK
RGB Variations
Color information
#0ABCDA (or 0x0ABCDA) is known color: Iris Blue. HEX triplet: 0A, BC and DA. RGB value is (10,188,218). Sum of RGB (Red+Green+Blue) = 10+188+218=416 (55% of max value = 765). Red value is 10 (4.30% from 255 or 2.40% from 416); Green value is 188 (73.83% from 255 or 45.19% from 416); Blue value is 218 (85.55% from 255 or 52.40% from 416); Max value from RGB is 218 - color contains mainly: blue. Hex color #0ABCDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABCDA is #F54325. Grayscale: #898989. Windows color (decimal): -16073510 or 14334986. OLE color: 14334986.
HSL color Cylindrical-coordinate representation of color #0ABCDA: hue angle of 188.65º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABCDA is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 188 | 218 | - |
| CMYK | 0.95 | 0.14 | 0 | 0.15 |
| HSL | 188.65º | 0.91% | 0.45% | - |
| HSV(B) | 188.65º | 0.95% | 0.85% | - |
| XYZ | 30.76 | 41.09 | 72.64 | - |
| YUV | 138.2 | 173.03 | 36.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 188 | 218 | 0.95 | 0.14 | 0 | 0.15 | 188.65 | 0.91 | 0.45 |
| Hex | A | BC | DA | 5F | E | 0 | F | BD | 5B | 2D |
| Octal | 12 | 274 | 332 | 137 | 16 | 0 | 17 | 275 | 133 | 55 |
| Binary | 1010 | 10111100 | 11011010 | 1011111 | 1110 | 0 | 1111 | 10111101 | 1011011 | 101101 |
Color Harmonies of #0ABCDA
Complementary color
Monochromatic Colors of #0ABCDA
Black with #0ABCDA
Text Example
Text Example
White with #0ABCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABCDA; }
p { color: rgb(10,188,218); }
H1.HeaderClassName
{
color: #0ABCDA;
}
.AnyTagClassName
{
color: #0ABCDA;
}
</style>
background-color css
<style>
a { background-color: #0ABCDA; }
a { background-color: rgb(10,188,218); }
div.DivClassName
{
background-color: #0ABCDA;
}
.BgClassName
{
background-color: #0ABCDA;
}
</style>
border-color css
<style>
span { border-color: #0ABCDA; }
span { border-color: rgb(10,188,218); }
td.TdClassName
{
border-color: #0ABCDA;
}
.TagClassName
{
border-color: #0ABCDA;
}
</style>