Shades of Iris Blue #0AB8DD
Tints of Iris Blue #0AB8DD
RGB
CMYK
RGB Variations
Color information
#0AB8DD (or 0x0AB8DD) is known color: Iris Blue. HEX triplet: 0A, B8 and DD. RGB value is (10,184,221). Sum of RGB (Red+Green+Blue) = 10+184+221=415 (54% of max value = 765). Red value is 10 (4.30% from 255 or 2.41% from 415); Green value is 184 (72.27% from 255 or 44.34% from 415); Blue value is 221 (86.72% from 255 or 53.25% from 415); Max value from RGB is 221 - color contains mainly: blue. Hex color #0AB8DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AB8DD is #F54722. Grayscale: #878787. Windows color (decimal): -16074531 or 14530570. OLE color: 14530570.
HSL color Cylindrical-coordinate representation of color #0AB8DD: hue angle of 190.52º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AB8DD is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 184 | 221 | - |
| CMYK | 0.95 | 0.17 | 0 | 0.13 |
| HSL | 190.52º | 0.91% | 0.45% | - |
| HSV(B) | 190.52º | 0.95% | 0.87% | - |
| XYZ | 30.32 | 39.57 | 74.45 | - |
| YUV | 136.19 | 175.85 | 37.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 184 | 221 | 0.95 | 0.17 | 0 | 0.13 | 190.52 | 0.91 | 0.45 |
| Hex | A | B8 | DD | 5F | 11 | 0 | D | BF | 5B | 2D |
| Octal | 12 | 270 | 335 | 137 | 21 | 0 | 15 | 277 | 133 | 55 |
| Binary | 1010 | 10111000 | 11011101 | 1011111 | 10001 | 0 | 1101 | 10111111 | 1011011 | 101101 |
Color Harmonies of #0AB8DD
Complementary color
Monochromatic Colors of #0AB8DD
Black with #0AB8DD
Text Example
Text Example
White with #0AB8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB8DD; }
p { color: rgb(10,184,221); }
H1.HeaderClassName
{
color: #0AB8DD;
}
.AnyTagClassName
{
color: #0AB8DD;
}
</style>
background-color css
<style>
a { background-color: #0AB8DD; }
a { background-color: rgb(10,184,221); }
div.DivClassName
{
background-color: #0AB8DD;
}
.BgClassName
{
background-color: #0AB8DD;
}
</style>
border-color css
<style>
span { border-color: #0AB8DD; }
span { border-color: rgb(10,184,221); }
td.TdClassName
{
border-color: #0AB8DD;
}
.TagClassName
{
border-color: #0AB8DD;
}
</style>