Shades of Iris Blue #00AFBE
Tints of Iris Blue #00AFBE
RGB
CMYK
RGB Variations
Color information
#00AFBE (or 0x00AFBE) is known color: Iris Blue. HEX triplet: 00, AF and BE. RGB value is (0,175,190). Sum of RGB (Red+Green+Blue) = 0+175+190=365 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 365); Green value is 175 (68.75% from 255 or 47.95% from 365); Blue value is 190 (74.61% from 255 or 52.05% from 365); Max value from RGB is 190 - color contains mainly: blue. Hex color #00AFBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00AFBE is #FF5041. Grayscale: #7C7C7C. Windows color (decimal): -16732226 or 12496640. OLE color: 12496640.
HSL color Cylindrical-coordinate representation of color #00AFBE: hue angle of 184.74º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AFBE is Cyan = 1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 175 | 190 | - |
| CMYK | 1 | 0.08 | 0 | 0.25 |
| HSL | 184.74º | 1% | 0.37% | - |
| HSV(B) | 184.74º | 1% | 0.75% | - |
| XYZ | 24.62 | 34.38 | 54.05 | - |
| YUV | 124.39 | 165.02 | 39.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 175 | 190 | 1 | 0.08 | 0 | 0.25 | 184.74 | 1 | 0.37 |
| Hex | 0 | AF | BE | 64 | 8 | 0 | 19 | B9 | 64 | 25 |
| Octal | 0 | 257 | 276 | 144 | 10 | 0 | 31 | 271 | 144 | 45 |
| Binary | 0 | 10101111 | 10111110 | 1100100 | 1000 | 0 | 11001 | 10111001 | 1100100 | 100101 |
Color Harmonies of #00AFBE
Complementary color
Monochromatic Colors of #00AFBE
Black with #00AFBE
Text Example
Text Example
White with #00AFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AFBE; }
p { color: rgb(0,175,190); }
H1.HeaderClassName
{
color: #00AFBE;
}
.AnyTagClassName
{
color: #00AFBE;
}
</style>
background-color css
<style>
a { background-color: #00AFBE; }
a { background-color: rgb(0,175,190); }
div.DivClassName
{
background-color: #00AFBE;
}
.BgClassName
{
background-color: #00AFBE;
}
</style>
border-color css
<style>
span { border-color: #00AFBE; }
span { border-color: rgb(0,175,190); }
td.TdClassName
{
border-color: #00AFBE;
}
.TagClassName
{
border-color: #00AFBE;
}
</style>