Shades of Iris Blue #0ABFC9
Tints of Iris Blue #0ABFC9
RGB
CMYK
RGB Variations
Color information
#0ABFC9 (or 0x0ABFC9) is known color: Iris Blue. HEX triplet: 0A, BF and C9. RGB value is (10,191,201). Sum of RGB (Red+Green+Blue) = 10+191+201=402 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.49% from 402); Green value is 191 (75% from 255 or 47.51% from 402); Blue value is 201 (78.91% from 255 or 50% from 402); Max value from RGB is 201 - color contains mainly: blue. Hex color #0ABFC9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABFC9 is #F54036. Grayscale: #898989. Windows color (decimal): -16072759 or 13221642. OLE color: 13221642.
HSL color Cylindrical-coordinate representation of color #0ABFC9: hue angle of 183.14º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABFC9 is Cyan = 0.95, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 10 | 191 | 201 | - |
| CMYK | 0.95 | 0.05 | 0 | 0.21 |
| HSL | 183.14º | 0.91% | 0.41% | - |
| HSV(B) | 183.14º | 0.95% | 0.79% | - |
| XYZ | 29.3 | 41.54 | 61.73 | - |
| YUV | 138.02 | 163.53 | 36.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 191 | 201 | 0.95 | 0.05 | 0 | 0.21 | 183.14 | 0.91 | 0.41 |
| Hex | A | BF | C9 | 5F | 5 | 0 | 15 | B7 | 5B | 29 |
| Octal | 12 | 277 | 311 | 137 | 5 | 0 | 25 | 267 | 133 | 51 |
| Binary | 1010 | 10111111 | 11001001 | 1011111 | 101 | 0 | 10101 | 10110111 | 1011011 | 101001 |
Color Harmonies of #0ABFC9
Complementary color
Monochromatic Colors of #0ABFC9
Black with #0ABFC9
Text Example
Text Example
White with #0ABFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABFC9; }
p { color: rgb(10,191,201); }
H1.HeaderClassName
{
color: #0ABFC9;
}
.AnyTagClassName
{
color: #0ABFC9;
}
</style>
background-color css
<style>
a { background-color: #0ABFC9; }
a { background-color: rgb(10,191,201); }
div.DivClassName
{
background-color: #0ABFC9;
}
.BgClassName
{
background-color: #0ABFC9;
}
</style>
border-color css
<style>
span { border-color: #0ABFC9; }
span { border-color: rgb(10,191,201); }
td.TdClassName
{
border-color: #0ABFC9;
}
.TagClassName
{
border-color: #0ABFC9;
}
</style>