Shades of Iris Blue #0ABCC4
Tints of Iris Blue #0ABCC4
RGB
CMYK
RGB Variations
Color information
#0ABCC4 (or 0x0ABCC4) is known color: Iris Blue. HEX triplet: 0A, BC and C4. RGB value is (10,188,196). Sum of RGB (Red+Green+Blue) = 10+188+196=394 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.54% from 394); Green value is 188 (73.83% from 255 or 47.72% from 394); Blue value is 196 (76.95% from 255 or 49.75% from 394); Max value from RGB is 196 - color contains mainly: blue. Hex color #0ABCC4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABCC4 is #F5433B. Grayscale: #878787. Windows color (decimal): -16073532 or 12893194. OLE color: 12893194.
HSL color Cylindrical-coordinate representation of color #0ABCC4: hue angle of 182.58º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABCC4 is Cyan = 0.95, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 10 | 188 | 196 | - |
| CMYK | 0.95 | 0.04 | 0 | 0.23 |
| HSL | 182.58º | 0.9% | 0.4% | - |
| HSV(B) | 182.58º | 0.95% | 0.77% | - |
| XYZ | 28.07 | 40.02 | 58.47 | - |
| YUV | 135.69 | 162.03 | 38.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 188 | 196 | 0.95 | 0.04 | 0 | 0.23 | 182.58 | 0.9 | 0.4 |
| Hex | A | BC | C4 | 5F | 4 | 0 | 17 | B7 | 5A | 28 |
| Octal | 12 | 274 | 304 | 137 | 4 | 0 | 27 | 267 | 132 | 50 |
| Binary | 1010 | 10111100 | 11000100 | 1011111 | 100 | 0 | 10111 | 10110111 | 1011010 | 101000 |
Color Harmonies of #0ABCC4
Complementary color
Monochromatic Colors of #0ABCC4
Black with #0ABCC4
Text Example
Text Example
White with #0ABCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABCC4; }
p { color: rgb(10,188,196); }
H1.HeaderClassName
{
color: #0ABCC4;
}
.AnyTagClassName
{
color: #0ABCC4;
}
</style>
background-color css
<style>
a { background-color: #0ABCC4; }
a { background-color: rgb(10,188,196); }
div.DivClassName
{
background-color: #0ABCC4;
}
.BgClassName
{
background-color: #0ABCC4;
}
</style>
border-color css
<style>
span { border-color: #0ABCC4; }
span { border-color: rgb(10,188,196); }
td.TdClassName
{
border-color: #0ABCC4;
}
.TagClassName
{
border-color: #0ABCC4;
}
</style>