Shades of Iris Blue #0ABDD5
Tints of Iris Blue #0ABDD5
RGB
CMYK
RGB Variations
Color information
#0ABDD5 (or 0x0ABDD5) is known color: Iris Blue. HEX triplet: 0A, BD and D5. RGB value is (10,189,213). Sum of RGB (Red+Green+Blue) = 10+189+213=412 (54% of max value = 765). Red value is 10 (4.30% from 255 or 2.43% from 412); Green value is 189 (74.22% from 255 or 45.87% from 412); Blue value is 213 (83.59% from 255 or 51.70% from 412); Max value from RGB is 213 - color contains mainly: blue. Hex color #0ABDD5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABDD5 is #F5422A. Grayscale: #898989. Windows color (decimal): -16073259 or 14007562. OLE color: 14007562.
HSL color Cylindrical-coordinate representation of color #0ABDD5: hue angle of 187.09º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABDD5 is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 10 | 189 | 213 | - |
| CMYK | 0.95 | 0.11 | 0 | 0.16 |
| HSL | 187.09º | 0.91% | 0.44% | - |
| HSV(B) | 187.09º | 0.95% | 0.84% | - |
| XYZ | 30.33 | 41.26 | 69.32 | - |
| YUV | 138.22 | 170.2 | 36.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 189 | 213 | 0.95 | 0.11 | 0 | 0.16 | 187.09 | 0.91 | 0.44 |
| Hex | A | BD | D5 | 5F | B | 0 | 10 | BB | 5B | 2C |
| Octal | 12 | 275 | 325 | 137 | 13 | 0 | 20 | 273 | 133 | 54 |
| Binary | 1010 | 10111101 | 11010101 | 1011111 | 1011 | 0 | 10000 | 10111011 | 1011011 | 101100 |
Color Harmonies of #0ABDD5
Complementary color
Monochromatic Colors of #0ABDD5
Black with #0ABDD5
Text Example
Text Example
White with #0ABDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABDD5; }
p { color: rgb(10,189,213); }
H1.HeaderClassName
{
color: #0ABDD5;
}
.AnyTagClassName
{
color: #0ABDD5;
}
</style>
background-color css
<style>
a { background-color: #0ABDD5; }
a { background-color: rgb(10,189,213); }
div.DivClassName
{
background-color: #0ABDD5;
}
.BgClassName
{
background-color: #0ABDD5;
}
</style>
border-color css
<style>
span { border-color: #0ABDD5; }
span { border-color: rgb(10,189,213); }
td.TdClassName
{
border-color: #0ABDD5;
}
.TagClassName
{
border-color: #0ABDD5;
}
</style>