Shades of Iris Blue #0DAACC
Tints of Iris Blue #0DAACC
RGB
CMYK
RGB Variations
Color information
#0DAACC (or 0x0DAACC) is known color: Iris Blue. HEX triplet: 0D, AA and CC. RGB value is (13,170,204). Sum of RGB (Red+Green+Blue) = 13+170+204=387 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.36% from 387); Green value is 170 (66.80% from 255 or 43.93% from 387); Blue value is 204 (80.08% from 255 or 52.71% from 387); Max value from RGB is 204 - color contains mainly: blue. Hex color #0DAACC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DAACC is #F25533. Grayscale: #7E7E7E. Windows color (decimal): -15881524 or 13412877. OLE color: 13412877.
HSL color Cylindrical-coordinate representation of color #0DAACC: hue angle of 190.68º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DAACC is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 13 | 170 | 204 | - |
| CMYK | 0.94 | 0.17 | 0 | 0.2 |
| HSL | 190.68º | 0.88% | 0.43% | - |
| HSV(B) | 190.68º | 0.94% | 0.8% | - |
| XYZ | 25.44 | 33.19 | 62.19 | - |
| YUV | 126.93 | 171.49 | 46.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 170 | 204 | 0.94 | 0.17 | 0 | 0.2 | 190.68 | 0.88 | 0.43 |
| Hex | D | AA | CC | 5E | 11 | 0 | 14 | BF | 58 | 2B |
| Octal | 15 | 252 | 314 | 136 | 21 | 0 | 24 | 277 | 130 | 53 |
| Binary | 1101 | 10101010 | 11001100 | 1011110 | 10001 | 0 | 10100 | 10111111 | 1011000 | 101011 |
Color Harmonies of #0DAACC
Complementary color
Monochromatic Colors of #0DAACC
Black with #0DAACC
Text Example
Text Example
White with #0DAACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAACC; }
p { color: rgb(13,170,204); }
H1.HeaderClassName
{
color: #0DAACC;
}
.AnyTagClassName
{
color: #0DAACC;
}
</style>
background-color css
<style>
a { background-color: #0DAACC; }
a { background-color: rgb(13,170,204); }
div.DivClassName
{
background-color: #0DAACC;
}
.BgClassName
{
background-color: #0DAACC;
}
</style>
border-color css
<style>
span { border-color: #0DAACC; }
span { border-color: rgb(13,170,204); }
td.TdClassName
{
border-color: #0DAACC;
}
.TagClassName
{
border-color: #0DAACC;
}
</style>