Shades of Iris Blue #0ABDC3
Tints of Iris Blue #0ABDC3
RGB
CMYK
RGB Variations
Color information
#0ABDC3 (or 0x0ABDC3) is known color: Iris Blue. HEX triplet: 0A, BD and C3. RGB value is (10,189,195). Sum of RGB (Red+Green+Blue) = 10+189+195=394 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.54% from 394); Green value is 189 (74.22% from 255 or 47.97% from 394); Blue value is 195 (76.56% from 255 or 49.49% from 394); Max value from RGB is 195 - color contains mainly: blue. Hex color #0ABDC3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABDC3 is #F5423C. Grayscale: #878787. Windows color (decimal): -16073277 or 12827914. OLE color: 12827914.
HSL color Cylindrical-coordinate representation of color #0ABDC3: hue angle of 181.95º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABDC3 is Cyan = 0.95, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 10 | 189 | 195 | - |
| CMYK | 0.95 | 0.03 | 0 | 0.24 |
| HSL | 181.95º | 0.9% | 0.4% | - |
| HSV(B) | 181.95º | 0.95% | 0.76% | - |
| XYZ | 28.17 | 40.4 | 57.94 | - |
| YUV | 136.16 | 161.2 | 38.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 189 | 195 | 0.95 | 0.03 | 0 | 0.24 | 181.95 | 0.9 | 0.4 |
| Hex | A | BD | C3 | 5F | 3 | 0 | 18 | B6 | 5A | 28 |
| Octal | 12 | 275 | 303 | 137 | 3 | 0 | 30 | 266 | 132 | 50 |
| Binary | 1010 | 10111101 | 11000011 | 1011111 | 11 | 0 | 11000 | 10110110 | 1011010 | 101000 |
Color Harmonies of #0ABDC3
Complementary color
Monochromatic Colors of #0ABDC3
Black with #0ABDC3
Text Example
Text Example
White with #0ABDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABDC3; }
p { color: rgb(10,189,195); }
H1.HeaderClassName
{
color: #0ABDC3;
}
.AnyTagClassName
{
color: #0ABDC3;
}
</style>
background-color css
<style>
a { background-color: #0ABDC3; }
a { background-color: rgb(10,189,195); }
div.DivClassName
{
background-color: #0ABDC3;
}
.BgClassName
{
background-color: #0ABDC3;
}
</style>
border-color css
<style>
span { border-color: #0ABDC3; }
span { border-color: rgb(10,189,195); }
td.TdClassName
{
border-color: #0ABDC3;
}
.TagClassName
{
border-color: #0ABDC3;
}
</style>