Shades of Iris Blue #01AFB4
Tints of Iris Blue #01AFB4
RGB
CMYK
RGB Variations
Color information
#01AFB4 (or 0x01AFB4) is known color: Iris Blue. HEX triplet: 01, AF and B4. RGB value is (1,175,180). Sum of RGB (Red+Green+Blue) = 1+175+180=356 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 356); Green value is 175 (68.75% from 255 or 49.16% from 356); Blue value is 180 (70.70% from 255 or 50.56% from 356); Max value from RGB is 180 - color contains mainly: blue. Hex color #01AFB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01AFB4 is #FE504B. Grayscale: #7B7B7B. Windows color (decimal): -16666700 or 11841281. OLE color: 11841281.
HSL color Cylindrical-coordinate representation of color #01AFB4: hue angle of 181.68º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01AFB4 is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 1 | 175 | 180 | - |
| CMYK | 0.99 | 0.03 | 0 | 0.29 |
| HSL | 181.68º | 0.99% | 0.35% | - |
| HSV(B) | 181.68º | 0.99% | 0.71% | - |
| XYZ | 23.58 | 33.96 | 48.49 | - |
| YUV | 123.54 | 159.85 | 40.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 175 | 180 | 0.99 | 0.03 | 0 | 0.29 | 181.68 | 0.99 | 0.35 |
| Hex | 1 | AF | B4 | 63 | 3 | 0 | 1D | B6 | 63 | 23 |
| Octal | 1 | 257 | 264 | 143 | 3 | 0 | 35 | 266 | 143 | 43 |
| Binary | 1 | 10101111 | 10110100 | 1100011 | 11 | 0 | 11101 | 10110110 | 1100011 | 100011 |
Color Harmonies of #01AFB4
Complementary color
Monochromatic Colors of #01AFB4
Black with #01AFB4
Text Example
Text Example
White with #01AFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AFB4; }
p { color: rgb(1,175,180); }
H1.HeaderClassName
{
color: #01AFB4;
}
.AnyTagClassName
{
color: #01AFB4;
}
</style>
background-color css
<style>
a { background-color: #01AFB4; }
a { background-color: rgb(1,175,180); }
div.DivClassName
{
background-color: #01AFB4;
}
.BgClassName
{
background-color: #01AFB4;
}
</style>
border-color css
<style>
span { border-color: #01AFB4; }
span { border-color: rgb(1,175,180); }
td.TdClassName
{
border-color: #01AFB4;
}
.TagClassName
{
border-color: #01AFB4;
}
</style>