Shades of Iris Blue #0DAAD2
Tints of Iris Blue #0DAAD2
RGB
CMYK
RGB Variations
Color information
#0DAAD2 (or 0x0DAAD2) is known color: Iris Blue. HEX triplet: 0D, AA and D2. RGB value is (13,170,210). Sum of RGB (Red+Green+Blue) = 13+170+210=393 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.31% from 393); Green value is 170 (66.80% from 255 or 43.26% from 393); Blue value is 210 (82.42% from 255 or 53.44% from 393); Max value from RGB is 210 - color contains mainly: blue. Hex color #0DAAD2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DAAD2 is #F2552D. Grayscale: #7F7F7F. Windows color (decimal): -15881518 or 13806093. OLE color: 13806093.
HSL color Cylindrical-coordinate representation of color #0DAAD2: hue angle of 192.18º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DAAD2 is Cyan = 0.94, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 13 | 170 | 210 | - |
| CMYK | 0.94 | 0.19 | 0 | 0.18 |
| HSL | 192.18º | 0.88% | 0.44% | - |
| HSV(B) | 192.18º | 0.94% | 0.82% | - |
| XYZ | 26.17 | 33.49 | 66.06 | - |
| YUV | 127.62 | 174.49 | 46.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 170 | 210 | 0.94 | 0.19 | 0 | 0.18 | 192.18 | 0.88 | 0.44 |
| Hex | D | AA | D2 | 5E | 13 | 0 | 12 | C0 | 58 | 2C |
| Octal | 15 | 252 | 322 | 136 | 23 | 0 | 22 | 300 | 130 | 54 |
| Binary | 1101 | 10101010 | 11010010 | 1011110 | 10011 | 0 | 10010 | 11000000 | 1011000 | 101100 |
Color Harmonies of #0DAAD2
Complementary color
Monochromatic Colors of #0DAAD2
Black with #0DAAD2
Text Example
Text Example
White with #0DAAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAAD2; }
p { color: rgb(13,170,210); }
H1.HeaderClassName
{
color: #0DAAD2;
}
.AnyTagClassName
{
color: #0DAAD2;
}
</style>
background-color css
<style>
a { background-color: #0DAAD2; }
a { background-color: rgb(13,170,210); }
div.DivClassName
{
background-color: #0DAAD2;
}
.BgClassName
{
background-color: #0DAAD2;
}
</style>
border-color css
<style>
span { border-color: #0DAAD2; }
span { border-color: rgb(13,170,210); }
td.TdClassName
{
border-color: #0DAAD2;
}
.TagClassName
{
border-color: #0DAAD2;
}
</style>