Shades of Iris Blue #0ABFCD
Tints of Iris Blue #0ABFCD
RGB
CMYK
RGB Variations
Color information
#0ABFCD (or 0x0ABFCD) is known color: Iris Blue. HEX triplet: 0A, BF and CD. RGB value is (10,191,205). Sum of RGB (Red+Green+Blue) = 10+191+205=406 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.46% from 406); Green value is 191 (75% from 255 or 47.04% from 406); Blue value is 205 (80.47% from 255 or 50.49% from 406); Max value from RGB is 205 - color contains mainly: blue. Hex color #0ABFCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABFCD is #F54032. Grayscale: #8A8A8A. Windows color (decimal): -16072755 or 13483786. OLE color: 13483786.
HSL color Cylindrical-coordinate representation of color #0ABFCD: hue angle of 184.31º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABFCD is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 10 | 191 | 205 | - |
| CMYK | 0.95 | 0.07 | 0 | 0.20 |
| HSL | 184.31º | 0.91% | 0.42% | - |
| HSV(B) | 184.31º | 0.95% | 0.8% | - |
| XYZ | 29.78 | 41.73 | 64.24 | - |
| YUV | 138.48 | 165.53 | 36.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 191 | 205 | 0.95 | 0.07 | 0 | 0.20 | 184.31 | 0.91 | 0.42 |
| Hex | A | BF | CD | 5F | 7 | 0 | 14 | B8 | 5B | 2A |
| Octal | 12 | 277 | 315 | 137 | 7 | 0 | 24 | 270 | 133 | 52 |
| Binary | 1010 | 10111111 | 11001101 | 1011111 | 111 | 0 | 10100 | 10111000 | 1011011 | 101010 |
Color Harmonies of #0ABFCD
Complementary color
Monochromatic Colors of #0ABFCD
Black with #0ABFCD
Text Example
Text Example
White with #0ABFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABFCD; }
p { color: rgb(10,191,205); }
H1.HeaderClassName
{
color: #0ABFCD;
}
.AnyTagClassName
{
color: #0ABFCD;
}
</style>
background-color css
<style>
a { background-color: #0ABFCD; }
a { background-color: rgb(10,191,205); }
div.DivClassName
{
background-color: #0ABFCD;
}
.BgClassName
{
background-color: #0ABFCD;
}
</style>
border-color css
<style>
span { border-color: #0ABFCD; }
span { border-color: rgb(10,191,205); }
td.TdClassName
{
border-color: #0ABFCD;
}
.TagClassName
{
border-color: #0ABFCD;
}
</style>