Shades of Iris Blue #0AB2CD
Tints of Iris Blue #0AB2CD
RGB
CMYK
RGB Variations
Color information
#0AB2CD (or 0x0AB2CD) is known color: Iris Blue. HEX triplet: 0A, B2 and CD. RGB value is (10,178,205). Sum of RGB (Red+Green+Blue) = 10+178+205=393 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.54% from 393); Green value is 178 (69.92% from 255 or 45.29% from 393); Blue value is 205 (80.47% from 255 or 52.16% from 393); Max value from RGB is 205 - color contains mainly: blue. Hex color #0AB2CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AB2CD is #F54D32. Grayscale: #828282. Windows color (decimal): -16076083 or 13480458. OLE color: 13480458.
HSL color Cylindrical-coordinate representation of color #0AB2CD: hue angle of 188.31º 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 #0AB2CD is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 10 | 178 | 205 | - |
| CMYK | 0.95 | 0.13 | 0 | 0.20 |
| HSL | 188.31º | 0.91% | 0.42% | - |
| HSV(B) | 188.31º | 0.95% | 0.8% | - |
| XYZ | 27.07 | 36.31 | 63.34 | - |
| YUV | 130.85 | 169.84 | 41.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 178 | 205 | 0.95 | 0.13 | 0 | 0.20 | 188.31 | 0.91 | 0.42 |
| Hex | A | B2 | CD | 5F | D | 0 | 14 | BC | 5B | 2A |
| Octal | 12 | 262 | 315 | 137 | 15 | 0 | 24 | 274 | 133 | 52 |
| Binary | 1010 | 10110010 | 11001101 | 1011111 | 1101 | 0 | 10100 | 10111100 | 1011011 | 101010 |
Color Harmonies of #0AB2CD
Complementary color
Monochromatic Colors of #0AB2CD
Black with #0AB2CD
Text Example
Text Example
White with #0AB2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB2CD; }
p { color: rgb(10,178,205); }
H1.HeaderClassName
{
color: #0AB2CD;
}
.AnyTagClassName
{
color: #0AB2CD;
}
</style>
background-color css
<style>
a { background-color: #0AB2CD; }
a { background-color: rgb(10,178,205); }
div.DivClassName
{
background-color: #0AB2CD;
}
.BgClassName
{
background-color: #0AB2CD;
}
</style>
border-color css
<style>
span { border-color: #0AB2CD; }
span { border-color: rgb(10,178,205); }
td.TdClassName
{
border-color: #0AB2CD;
}
.TagClassName
{
border-color: #0AB2CD;
}
</style>