Shades of Iris Blue #0ABFD9
Tints of Iris Blue #0ABFD9
RGB
CMYK
RGB Variations
Color information
#0ABFD9 (or 0x0ABFD9) is known color: Iris Blue. HEX triplet: 0A, BF and D9. RGB value is (10,191,217). Sum of RGB (Red+Green+Blue) = 10+191+217=418 (55% of max value = 765). Red value is 10 (4.30% from 255 or 2.39% from 418); Green value is 191 (75% from 255 or 45.69% from 418); Blue value is 217 (85.16% from 255 or 51.91% from 418); Max value from RGB is 217 - color contains mainly: blue. Hex color #0ABFD9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABFD9 is #F54026. Grayscale: #8B8B8B. Windows color (decimal): -16072743 or 14270218. OLE color: 14270218.
HSL color Cylindrical-coordinate representation of color #0ABFD9: hue angle of 187.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 #0ABFD9 is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 191 | 217 | - |
| CMYK | 0.95 | 0.12 | 0 | 0.15 |
| HSL | 187.54º | 0.91% | 0.45% | - |
| HSV(B) | 187.54º | 0.95% | 0.85% | - |
| XYZ | 31.28 | 42.34 | 72.17 | - |
| YUV | 139.85 | 171.53 | 35.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 191 | 217 | 0.95 | 0.12 | 0 | 0.15 | 187.54 | 0.91 | 0.45 |
| Hex | A | BF | D9 | 5F | C | 0 | F | BC | 5B | 2D |
| Octal | 12 | 277 | 331 | 137 | 14 | 0 | 17 | 274 | 133 | 55 |
| Binary | 1010 | 10111111 | 11011001 | 1011111 | 1100 | 0 | 1111 | 10111100 | 1011011 | 101101 |
Color Harmonies of #0ABFD9
Complementary color
Monochromatic Colors of #0ABFD9
Black with #0ABFD9
Text Example
Text Example
White with #0ABFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABFD9; }
p { color: rgb(10,191,217); }
H1.HeaderClassName
{
color: #0ABFD9;
}
.AnyTagClassName
{
color: #0ABFD9;
}
</style>
background-color css
<style>
a { background-color: #0ABFD9; }
a { background-color: rgb(10,191,217); }
div.DivClassName
{
background-color: #0ABFD9;
}
.BgClassName
{
background-color: #0ABFD9;
}
</style>
border-color css
<style>
span { border-color: #0ABFD9; }
span { border-color: rgb(10,191,217); }
td.TdClassName
{
border-color: #0ABFD9;
}
.TagClassName
{
border-color: #0ABFD9;
}
</style>