Shades of Iris Blue #05AFAF
Tints of Iris Blue #05AFAF
RGB
CMYK
RGB Variations
Color information
#05AFAF (or 0x05AFAF) is known color: Iris Blue. HEX triplet: 05, AF and AF. RGB value is (5,175,175). Sum of RGB (Red+Green+Blue) = 5+175+175=355 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.41% from 355); Green value is 175 (68.75% from 255 or 49.30% from 355); Blue value is 175 (68.75% from 255 or 49.30% from 355); Max value from RGB is 175 - color contains mainly: green, blue. Hex color #05AFAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05AFAF is #FA5050. Grayscale: #7C7C7C. Windows color (decimal): -16404561 or 11513605. OLE color: 11513605.
HSL color Cylindrical-coordinate representation of color #05AFAF: hue angle of 180º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05AFAF is Cyan = 0.97, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 5 | 175 | 175 | - |
| CMYK | 0.97 | 0 | 0 | 0.31 |
| HSL | 180º | 0.94% | 0.35% | - |
| HSV(B) | 180º | 0.97% | 0.69% | - |
| XYZ | 23.13 | 33.79 | 45.86 | - |
| YUV | 124.17 | 156.68 | 43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 175 | 175 | 0.97 | 0 | 0 | 0.31 | 180 | 0.94 | 0.35 |
| Hex | 5 | AF | AF | 61 | 0 | 0 | 1F | B4 | 5E | 23 |
| Octal | 5 | 257 | 257 | 141 | 0 | 0 | 37 | 264 | 136 | 43 |
| Binary | 101 | 10101111 | 10101111 | 1100001 | 0 | 0 | 11111 | 10110100 | 1011110 | 100011 |
Color Harmonies of #05AFAF
Complementary color
Monochromatic Colors of #05AFAF
Black with #05AFAF
Text Example
Text Example
White with #05AFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05AFAF; }
p { color: rgb(5,175,175); }
H1.HeaderClassName
{
color: #05AFAF;
}
.AnyTagClassName
{
color: #05AFAF;
}
</style>
background-color css
<style>
a { background-color: #05AFAF; }
a { background-color: rgb(5,175,175); }
div.DivClassName
{
background-color: #05AFAF;
}
.BgClassName
{
background-color: #05AFAF;
}
</style>
border-color css
<style>
span { border-color: #05AFAF; }
span { border-color: rgb(5,175,175); }
td.TdClassName
{
border-color: #05AFAF;
}
.TagClassName
{
border-color: #05AFAF;
}
</style>