Shades of Iris Blue #0ABDCB
Tints of Iris Blue #0ABDCB
RGB
CMYK
RGB Variations
Color information
#0ABDCB (or 0x0ABDCB) is known color: Iris Blue. HEX triplet: 0A, BD and CB. RGB value is (10,189,203). Sum of RGB (Red+Green+Blue) = 10+189+203=402 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.49% from 402); Green value is 189 (74.22% from 255 or 47.01% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #0ABDCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABDCB is #F54234. Grayscale: #888888. Windows color (decimal): -16073269 or 13352202. OLE color: 13352202.
HSL color Cylindrical-coordinate representation of color #0ABDCB: hue angle of 184.35º 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 #0ABDCB is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 10 | 189 | 203 | - |
| CMYK | 0.95 | 0.07 | 0 | 0.20 |
| HSL | 184.35º | 0.91% | 0.42% | - |
| HSV(B) | 184.35º | 0.95% | 0.8% | - |
| XYZ | 29.1 | 40.77 | 62.84 | - |
| YUV | 137.08 | 165.2 | 37.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 189 | 203 | 0.95 | 0.07 | 0 | 0.20 | 184.35 | 0.91 | 0.42 |
| Hex | A | BD | CB | 5F | 7 | 0 | 14 | B8 | 5B | 2A |
| Octal | 12 | 275 | 313 | 137 | 7 | 0 | 24 | 270 | 133 | 52 |
| Binary | 1010 | 10111101 | 11001011 | 1011111 | 111 | 0 | 10100 | 10111000 | 1011011 | 101010 |
Color Harmonies of #0ABDCB
Complementary color
Monochromatic Colors of #0ABDCB
Black with #0ABDCB
Text Example
Text Example
White with #0ABDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABDCB; }
p { color: rgb(10,189,203); }
H1.HeaderClassName
{
color: #0ABDCB;
}
.AnyTagClassName
{
color: #0ABDCB;
}
</style>
background-color css
<style>
a { background-color: #0ABDCB; }
a { background-color: rgb(10,189,203); }
div.DivClassName
{
background-color: #0ABDCB;
}
.BgClassName
{
background-color: #0ABDCB;
}
</style>
border-color css
<style>
span { border-color: #0ABDCB; }
span { border-color: rgb(10,189,203); }
td.TdClassName
{
border-color: #0ABDCB;
}
.TagClassName
{
border-color: #0ABDCB;
}
</style>