Shades of Iris Blue #0AB2DA
Tints of Iris Blue #0AB2DA
RGB
CMYK
RGB Variations
Color information
#0AB2DA (or 0x0AB2DA) is known color: Iris Blue. HEX triplet: 0A, B2 and DA. RGB value is (10,178,218). Sum of RGB (Red+Green+Blue) = 10+178+218=406 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.46% from 406); Green value is 178 (69.92% from 255 or 43.84% from 406); Blue value is 218 (85.55% from 255 or 53.69% from 406); Max value from RGB is 218 - color contains mainly: blue. Hex color #0AB2DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AB2DA is #F54D25. Grayscale: #848484. Windows color (decimal): -16076070 or 14332426. OLE color: 14332426.
HSL color Cylindrical-coordinate representation of color #0AB2DA: hue angle of 191.54º 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 #0AB2DA is Cyan = 0.95, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 178 | 218 | - |
| CMYK | 0.95 | 0.18 | 0 | 0.15 |
| HSL | 191.54º | 0.91% | 0.45% | - |
| HSV(B) | 191.54º | 0.95% | 0.85% | - |
| XYZ | 28.7 | 36.97 | 71.95 | - |
| YUV | 132.33 | 176.34 | 40.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 178 | 218 | 0.95 | 0.18 | 0 | 0.15 | 191.54 | 0.91 | 0.45 |
| Hex | A | B2 | DA | 5F | 12 | 0 | F | C0 | 5B | 2D |
| Octal | 12 | 262 | 332 | 137 | 22 | 0 | 17 | 300 | 133 | 55 |
| Binary | 1010 | 10110010 | 11011010 | 1011111 | 10010 | 0 | 1111 | 11000000 | 1011011 | 101101 |
Color Harmonies of #0AB2DA
Complementary color
Monochromatic Colors of #0AB2DA
Black with #0AB2DA
Text Example
Text Example
White with #0AB2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB2DA; }
p { color: rgb(10,178,218); }
H1.HeaderClassName
{
color: #0AB2DA;
}
.AnyTagClassName
{
color: #0AB2DA;
}
</style>
background-color css
<style>
a { background-color: #0AB2DA; }
a { background-color: rgb(10,178,218); }
div.DivClassName
{
background-color: #0AB2DA;
}
.BgClassName
{
background-color: #0AB2DA;
}
</style>
border-color css
<style>
span { border-color: #0AB2DA; }
span { border-color: rgb(10,178,218); }
td.TdClassName
{
border-color: #0AB2DA;
}
.TagClassName
{
border-color: #0AB2DA;
}
</style>