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