Shades of Iris Blue #0ABCCA
Tints of Iris Blue #0ABCCA
RGB
CMYK
RGB Variations
Color information
#0ABCCA (or 0x0ABCCA) is known color: Iris Blue. HEX triplet: 0A, BC and CA. RGB value is (10,188,202). Sum of RGB (Red+Green+Blue) = 10+188+202=400 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.5% from 400); Green value is 188 (73.83% from 255 or 47% from 400); Blue value is 202 (79.30% from 255 or 50.5% from 400); Max value from RGB is 202 - color contains mainly: blue. Hex color #0ABCCA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABCCA is #F54335. Grayscale: #888888. Windows color (decimal): -16073526 or 13286410. OLE color: 13286410.
HSL color Cylindrical-coordinate representation of color #0ABCCA: hue angle of 184.38º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABCCA is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 10 | 188 | 202 | - |
| CMYK | 0.95 | 0.07 | 0 | 0.21 |
| HSL | 184.38º | 0.91% | 0.42% | - |
| HSV(B) | 184.38º | 0.95% | 0.79% | - |
| XYZ | 28.77 | 40.3 | 62.14 | - |
| YUV | 136.37 | 165.03 | 37.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 188 | 202 | 0.95 | 0.07 | 0 | 0.21 | 184.38 | 0.91 | 0.42 |
| Hex | A | BC | CA | 5F | 7 | 0 | 15 | B8 | 5B | 2A |
| Octal | 12 | 274 | 312 | 137 | 7 | 0 | 25 | 270 | 133 | 52 |
| Binary | 1010 | 10111100 | 11001010 | 1011111 | 111 | 0 | 10101 | 10111000 | 1011011 | 101010 |
Color Harmonies of #0ABCCA
Complementary color
Monochromatic Colors of #0ABCCA
Black with #0ABCCA
Text Example
Text Example
White with #0ABCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABCCA; }
p { color: rgb(10,188,202); }
H1.HeaderClassName
{
color: #0ABCCA;
}
.AnyTagClassName
{
color: #0ABCCA;
}
</style>
background-color css
<style>
a { background-color: #0ABCCA; }
a { background-color: rgb(10,188,202); }
div.DivClassName
{
background-color: #0ABCCA;
}
.BgClassName
{
background-color: #0ABCCA;
}
</style>
border-color css
<style>
span { border-color: #0ABCCA; }
span { border-color: rgb(10,188,202); }
td.TdClassName
{
border-color: #0ABCCA;
}
.TagClassName
{
border-color: #0ABCCA;
}
</style>