Shades of Iris Blue #00AFB7
Tints of Iris Blue #00AFB7
RGB
CMYK
RGB Variations
Color information
#00AFB7 (or 0x00AFB7) is known color: Iris Blue. HEX triplet: 00, AF and B7. RGB value is (0,175,183). Sum of RGB (Red+Green+Blue) = 0+175+183=358 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 358); Green value is 175 (68.75% from 255 or 48.88% from 358); Blue value is 183 (71.88% from 255 or 51.12% from 358); Max value from RGB is 183 - color contains mainly: blue. Hex color #00AFB7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00AFB7 is #FF5048. Grayscale: #7B7B7B. Windows color (decimal): -16732233 or 12037888. OLE color: 12037888.
HSL color Cylindrical-coordinate representation of color #00AFB7: hue angle of 182.62º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AFB7 is Cyan = 1, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 0 | 175 | 183 | - |
| CMYK | 1 | 0.04 | 0 | 0.28 |
| HSL | 182.62º | 1% | 0.36% | - |
| HSV(B) | 182.62º | 1% | 0.72% | - |
| XYZ | 23.88 | 34.08 | 50.12 | - |
| YUV | 123.59 | 161.52 | 39.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 175 | 183 | 1 | 0.04 | 0 | 0.28 | 182.62 | 1 | 0.36 |
| Hex | 0 | AF | B7 | 64 | 4 | 0 | 1C | B7 | 64 | 24 |
| Octal | 0 | 257 | 267 | 144 | 4 | 0 | 34 | 267 | 144 | 44 |
| Binary | 0 | 10101111 | 10110111 | 1100100 | 100 | 0 | 11100 | 10110111 | 1100100 | 100100 |
Color Harmonies of #00AFB7
Complementary color
Monochromatic Colors of #00AFB7
Black with #00AFB7
Text Example
Text Example
White with #00AFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AFB7; }
p { color: rgb(0,175,183); }
H1.HeaderClassName
{
color: #00AFB7;
}
.AnyTagClassName
{
color: #00AFB7;
}
</style>
background-color css
<style>
a { background-color: #00AFB7; }
a { background-color: rgb(0,175,183); }
div.DivClassName
{
background-color: #00AFB7;
}
.BgClassName
{
background-color: #00AFB7;
}
</style>
border-color css
<style>
span { border-color: #00AFB7; }
span { border-color: rgb(0,175,183); }
td.TdClassName
{
border-color: #00AFB7;
}
.TagClassName
{
border-color: #00AFB7;
}
</style>