Shades of Iris Blue #0FAAD2
Tints of Iris Blue #0FAAD2
RGB
CMYK
RGB Variations
Color information
#0FAAD2 (or 0x0FAAD2) is known color: Iris Blue. HEX triplet: 0F, AA and D2. RGB value is (15,170,210). Sum of RGB (Red+Green+Blue) = 15+170+210=395 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.80% from 395); Green value is 170 (66.80% from 255 or 43.04% from 395); Blue value is 210 (82.42% from 255 or 53.16% from 395); Max value from RGB is 210 - color contains mainly: blue. Hex color #0FAAD2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FAAD2 is #F0552D. Grayscale: #7F7F7F. Windows color (decimal): -15750446 or 13806095. OLE color: 13806095.
HSL color Cylindrical-coordinate representation of color #0FAAD2: hue angle of 192.31º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FAAD2 is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 15 | 170 | 210 | - |
| CMYK | 0.93 | 0.19 | 0 | 0.18 |
| HSL | 192.31º | 0.87% | 0.44% | - |
| HSV(B) | 192.31º | 0.93% | 0.82% | - |
| XYZ | 26.2 | 33.5 | 66.06 | - |
| YUV | 128.22 | 174.15 | 47.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 170 | 210 | 0.93 | 0.19 | 0 | 0.18 | 192.31 | 0.87 | 0.44 |
| Hex | F | AA | D2 | 5D | 13 | 0 | 12 | C0 | 57 | 2C |
| Octal | 17 | 252 | 322 | 135 | 23 | 0 | 22 | 300 | 127 | 54 |
| Binary | 1111 | 10101010 | 11010010 | 1011101 | 10011 | 0 | 10010 | 11000000 | 1010111 | 101100 |
Color Harmonies of #0FAAD2
Complementary color
Monochromatic Colors of #0FAAD2
Black with #0FAAD2
Text Example
Text Example
White with #0FAAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAAD2; }
p { color: rgb(15,170,210); }
H1.HeaderClassName
{
color: #0FAAD2;
}
.AnyTagClassName
{
color: #0FAAD2;
}
</style>
background-color css
<style>
a { background-color: #0FAAD2; }
a { background-color: rgb(15,170,210); }
div.DivClassName
{
background-color: #0FAAD2;
}
.BgClassName
{
background-color: #0FAAD2;
}
</style>
border-color css
<style>
span { border-color: #0FAAD2; }
span { border-color: rgb(15,170,210); }
td.TdClassName
{
border-color: #0FAAD2;
}
.TagClassName
{
border-color: #0FAAD2;
}
</style>