Shades of Iris Blue #0ABDE2
Tints of Iris Blue #0ABDE2
RGB
CMYK
RGB Variations
Color information
#0ABDE2 (or 0x0ABDE2) is known color: Iris Blue. HEX triplet: 0A, BD and E2. RGB value is (10,189,226). Sum of RGB (Red+Green+Blue) = 10+189+226=425 (56% of max value = 765). Red value is 10 (4.30% from 255 or 2.35% from 425); Green value is 189 (74.22% from 255 or 44.47% from 425); Blue value is 226 (88.67% from 255 or 53.18% from 425); Max value from RGB is 226 - color contains mainly: blue. Hex color #0ABDE2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABDE2 is #F5421D. Grayscale: #8B8B8B. Windows color (decimal): -16073246 or 14859530. OLE color: 14859530.
HSL color Cylindrical-coordinate representation of color #0ABDE2: hue angle of 190.28º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ABDE2 is Cyan = 0.96, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 10 | 189 | 226 | - |
| CMYK | 0.96 | 0.16 | 0 | 0.11 |
| HSL | 190.28º | 0.92% | 0.46% | - |
| HSV(B) | 190.28º | 0.96% | 0.89% | - |
| XYZ | 32.05 | 41.95 | 78.36 | - |
| YUV | 139.7 | 176.7 | 35.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 189 | 226 | 0.96 | 0.16 | 0 | 0.11 | 190.28 | 0.92 | 0.46 |
| Hex | A | BD | E2 | 60 | 10 | 0 | B | BE | 5C | 2E |
| Octal | 12 | 275 | 342 | 140 | 20 | 0 | 13 | 276 | 134 | 56 |
| Binary | 1010 | 10111101 | 11100010 | 1100000 | 10000 | 0 | 1011 | 10111110 | 1011100 | 101110 |
Color Harmonies of #0ABDE2
Complementary color
Monochromatic Colors of #0ABDE2
Black with #0ABDE2
Text Example
Text Example
White with #0ABDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABDE2; }
p { color: rgb(10,189,226); }
H1.HeaderClassName
{
color: #0ABDE2;
}
.AnyTagClassName
{
color: #0ABDE2;
}
</style>
background-color css
<style>
a { background-color: #0ABDE2; }
a { background-color: rgb(10,189,226); }
div.DivClassName
{
background-color: #0ABDE2;
}
.BgClassName
{
background-color: #0ABDE2;
}
</style>
border-color css
<style>
span { border-color: #0ABDE2; }
span { border-color: rgb(10,189,226); }
td.TdClassName
{
border-color: #0ABDE2;
}
.TagClassName
{
border-color: #0ABDE2;
}
</style>