Shades of Iris Blue #01AFBA
Tints of Iris Blue #01AFBA
RGB
CMYK
RGB Variations
Color information
#01AFBA (or 0x01AFBA) is known color: Iris Blue. HEX triplet: 01, AF and BA. RGB value is (1,175,186). Sum of RGB (Red+Green+Blue) = 1+175+186=362 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 362); Green value is 175 (68.75% from 255 or 48.34% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #01AFBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01AFBA is #FE5045. Grayscale: #7C7C7C. Windows color (decimal): -16666694 or 12234497. OLE color: 12234497.
HSL color Cylindrical-coordinate representation of color #01AFBA: hue angle of 183.57º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01AFBA is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 175 | 186 | - |
| CMYK | 0.99 | 0.06 | 0 | 0.27 |
| HSL | 183.57º | 0.99% | 0.37% | - |
| HSV(B) | 183.57º | 0.99% | 0.73% | - |
| XYZ | 24.21 | 34.21 | 51.78 | - |
| YUV | 124.23 | 162.85 | 40.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 175 | 186 | 0.99 | 0.06 | 0 | 0.27 | 183.57 | 0.99 | 0.37 |
| Hex | 1 | AF | BA | 63 | 6 | 0 | 1B | B8 | 63 | 25 |
| Octal | 1 | 257 | 272 | 143 | 6 | 0 | 33 | 270 | 143 | 45 |
| Binary | 1 | 10101111 | 10111010 | 1100011 | 110 | 0 | 11011 | 10111000 | 1100011 | 100101 |
Color Harmonies of #01AFBA
Complementary color
Monochromatic Colors of #01AFBA
Black with #01AFBA
Text Example
Text Example
White with #01AFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AFBA; }
p { color: rgb(1,175,186); }
H1.HeaderClassName
{
color: #01AFBA;
}
.AnyTagClassName
{
color: #01AFBA;
}
</style>
background-color css
<style>
a { background-color: #01AFBA; }
a { background-color: rgb(1,175,186); }
div.DivClassName
{
background-color: #01AFBA;
}
.BgClassName
{
background-color: #01AFBA;
}
</style>
border-color css
<style>
span { border-color: #01AFBA; }
span { border-color: rgb(1,175,186); }
td.TdClassName
{
border-color: #01AFBA;
}
.TagClassName
{
border-color: #01AFBA;
}
</style>