Shades of Iris Blue #0AB4D5
Tints of Iris Blue #0AB4D5
RGB
CMYK
RGB Variations
Color information
#0AB4D5 (or 0x0AB4D5) is known color: Iris Blue. HEX triplet: 0A, B4 and D5. RGB value is (10,180,213). Sum of RGB (Red+Green+Blue) = 10+180+213=403 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.48% from 403); Green value is 180 (70.70% from 255 or 44.67% from 403); Blue value is 213 (83.59% from 255 or 52.85% from 403); Max value from RGB is 213 - color contains mainly: blue. Hex color #0AB4D5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AB4D5 is #F54B2A. Grayscale: #848484. Windows color (decimal): -16075563 or 14005258. OLE color: 14005258.
HSL color Cylindrical-coordinate representation of color #0AB4D5: hue angle of 189.75º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AB4D5 is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 10 | 180 | 213 | - |
| CMYK | 0.95 | 0.15 | 0 | 0.16 |
| HSL | 189.75º | 0.91% | 0.44% | - |
| HSV(B) | 189.75º | 0.95% | 0.84% | - |
| XYZ | 28.46 | 37.51 | 68.69 | - |
| YUV | 132.93 | 173.18 | 40.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 180 | 213 | 0.95 | 0.15 | 0 | 0.16 | 189.75 | 0.91 | 0.44 |
| Hex | A | B4 | D5 | 5F | F | 0 | 10 | BE | 5B | 2C |
| Octal | 12 | 264 | 325 | 137 | 17 | 0 | 20 | 276 | 133 | 54 |
| Binary | 1010 | 10110100 | 11010101 | 1011111 | 1111 | 0 | 10000 | 10111110 | 1011011 | 101100 |
Color Harmonies of #0AB4D5
Complementary color
Monochromatic Colors of #0AB4D5
Black with #0AB4D5
Text Example
Text Example
White with #0AB4D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB4D5; }
p { color: rgb(10,180,213); }
H1.HeaderClassName
{
color: #0AB4D5;
}
.AnyTagClassName
{
color: #0AB4D5;
}
</style>
background-color css
<style>
a { background-color: #0AB4D5; }
a { background-color: rgb(10,180,213); }
div.DivClassName
{
background-color: #0AB4D5;
}
.BgClassName
{
background-color: #0AB4D5;
}
</style>
border-color css
<style>
span { border-color: #0AB4D5; }
span { border-color: rgb(10,180,213); }
td.TdClassName
{
border-color: #0AB4D5;
}
.TagClassName
{
border-color: #0AB4D5;
}
</style>