Shades of Iris Blue #0ABFCE
Tints of Iris Blue #0ABFCE
RGB
CMYK
RGB Variations
Color information
#0ABFCE (or 0x0ABFCE) is known color: Iris Blue. HEX triplet: 0A, BF and CE. RGB value is (10,191,206). Sum of RGB (Red+Green+Blue) = 10+191+206=407 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.46% from 407); Green value is 191 (75% from 255 or 46.93% from 407); Blue value is 206 (80.86% from 255 or 50.61% from 407); Max value from RGB is 206 - color contains mainly: blue. Hex color #0ABFCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABFCE is #F54031. Grayscale: #8A8A8A. Windows color (decimal): -16072754 or 13549322. OLE color: 13549322.
HSL color Cylindrical-coordinate representation of color #0ABFCE: hue angle of 184.59º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABFCE is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 10 | 191 | 206 | - |
| CMYK | 0.95 | 0.07 | 0 | 0.19 |
| HSL | 184.59º | 0.91% | 0.42% | - |
| HSV(B) | 184.59º | 0.95% | 0.81% | - |
| XYZ | 29.9 | 41.78 | 64.88 | - |
| YUV | 138.59 | 166.03 | 36.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 191 | 206 | 0.95 | 0.07 | 0 | 0.19 | 184.59 | 0.91 | 0.42 |
| Hex | A | BF | CE | 5F | 7 | 0 | 13 | B9 | 5B | 2A |
| Octal | 12 | 277 | 316 | 137 | 7 | 0 | 23 | 271 | 133 | 52 |
| Binary | 1010 | 10111111 | 11001110 | 1011111 | 111 | 0 | 10011 | 10111001 | 1011011 | 101010 |
Color Harmonies of #0ABFCE
Complementary color
Monochromatic Colors of #0ABFCE
Black with #0ABFCE
Text Example
Text Example
White with #0ABFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABFCE; }
p { color: rgb(10,191,206); }
H1.HeaderClassName
{
color: #0ABFCE;
}
.AnyTagClassName
{
color: #0ABFCE;
}
</style>
background-color css
<style>
a { background-color: #0ABFCE; }
a { background-color: rgb(10,191,206); }
div.DivClassName
{
background-color: #0ABFCE;
}
.BgClassName
{
background-color: #0ABFCE;
}
</style>
border-color css
<style>
span { border-color: #0ABFCE; }
span { border-color: rgb(10,191,206); }
td.TdClassName
{
border-color: #0ABFCE;
}
.TagClassName
{
border-color: #0ABFCE;
}
</style>