Shades of Iris Blue #0ABFD7
Tints of Iris Blue #0ABFD7
RGB
CMYK
RGB Variations
Color information
#0ABFD7 (or 0x0ABFD7) is known color: Iris Blue. HEX triplet: 0A, BF and D7. RGB value is (10,191,215). Sum of RGB (Red+Green+Blue) = 10+191+215=416 (55% of max value = 765). Red value is 10 (4.30% from 255 or 2.40% from 416); Green value is 191 (75% from 255 or 45.91% from 416); Blue value is 215 (84.38% from 255 or 51.68% from 416); Max value from RGB is 215 - color contains mainly: blue. Hex color #0ABFD7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABFD7 is #F54028. Grayscale: #8B8B8B. Windows color (decimal): -16072745 or 14139146. OLE color: 14139146.
HSL color Cylindrical-coordinate representation of color #0ABFD7: hue angle of 187.02º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABFD7 is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 10 | 191 | 215 | - |
| CMYK | 0.95 | 0.11 | 0 | 0.16 |
| HSL | 187.02º | 0.91% | 0.44% | - |
| HSV(B) | 187.02º | 0.95% | 0.84% | - |
| XYZ | 31.02 | 42.23 | 70.81 | - |
| YUV | 139.62 | 170.53 | 35.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 191 | 215 | 0.95 | 0.11 | 0 | 0.16 | 187.02 | 0.91 | 0.44 |
| Hex | A | BF | D7 | 5F | B | 0 | 10 | BB | 5B | 2C |
| Octal | 12 | 277 | 327 | 137 | 13 | 0 | 20 | 273 | 133 | 54 |
| Binary | 1010 | 10111111 | 11010111 | 1011111 | 1011 | 0 | 10000 | 10111011 | 1011011 | 101100 |
Color Harmonies of #0ABFD7
Complementary color
Monochromatic Colors of #0ABFD7
Black with #0ABFD7
Text Example
Text Example
White with #0ABFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABFD7; }
p { color: rgb(10,191,215); }
H1.HeaderClassName
{
color: #0ABFD7;
}
.AnyTagClassName
{
color: #0ABFD7;
}
</style>
background-color css
<style>
a { background-color: #0ABFD7; }
a { background-color: rgb(10,191,215); }
div.DivClassName
{
background-color: #0ABFD7;
}
.BgClassName
{
background-color: #0ABFD7;
}
</style>
border-color css
<style>
span { border-color: #0ABFD7; }
span { border-color: rgb(10,191,215); }
td.TdClassName
{
border-color: #0ABFD7;
}
.TagClassName
{
border-color: #0ABFD7;
}
</style>