Shades of Iris Blue #0ABCCE
Tints of Iris Blue #0ABCCE
RGB
CMYK
RGB Variations
Color information
#0ABCCE (or 0x0ABCCE) is known color: Iris Blue. HEX triplet: 0A, BC and CE. RGB value is (10,188,206). Sum of RGB (Red+Green+Blue) = 10+188+206=404 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.48% from 404); Green value is 188 (73.83% from 255 or 46.53% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #0ABCCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABCCE is #F54331. Grayscale: #888888. Windows color (decimal): -16073522 or 13548554. OLE color: 13548554.
HSL color Cylindrical-coordinate representation of color #0ABCCE: hue angle of 185.51º 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 #0ABCCE is Cyan = 0.95, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 10 | 188 | 206 | - |
| CMYK | 0.95 | 0.09 | 0 | 0.19 |
| HSL | 185.51º | 0.91% | 0.42% | - |
| HSV(B) | 185.51º | 0.95% | 0.81% | - |
| XYZ | 29.25 | 40.49 | 64.67 | - |
| YUV | 136.83 | 167.03 | 37.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 188 | 206 | 0.95 | 0.09 | 0 | 0.19 | 185.51 | 0.91 | 0.42 |
| Hex | A | BC | CE | 5F | 9 | 0 | 13 | BA | 5B | 2A |
| Octal | 12 | 274 | 316 | 137 | 11 | 0 | 23 | 272 | 133 | 52 |
| Binary | 1010 | 10111100 | 11001110 | 1011111 | 1001 | 0 | 10011 | 10111010 | 1011011 | 101010 |
Color Harmonies of #0ABCCE
Complementary color
Monochromatic Colors of #0ABCCE
Black with #0ABCCE
Text Example
Text Example
White with #0ABCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABCCE; }
p { color: rgb(10,188,206); }
H1.HeaderClassName
{
color: #0ABCCE;
}
.AnyTagClassName
{
color: #0ABCCE;
}
</style>
background-color css
<style>
a { background-color: #0ABCCE; }
a { background-color: rgb(10,188,206); }
div.DivClassName
{
background-color: #0ABCCE;
}
.BgClassName
{
background-color: #0ABCCE;
}
</style>
border-color css
<style>
span { border-color: #0ABCCE; }
span { border-color: rgb(10,188,206); }
td.TdClassName
{
border-color: #0ABCCE;
}
.TagClassName
{
border-color: #0ABCCE;
}
</style>