Shades of Iris Blue #00AFC4
Tints of Iris Blue #00AFC4
RGB
CMYK
RGB Variations
Color information
#00AFC4 (or 0x00AFC4) is known color: Iris Blue. HEX triplet: 00, AF and C4. RGB value is (0,175,196). Sum of RGB (Red+Green+Blue) = 0+175+196=371 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 371); Green value is 175 (68.75% from 255 or 47.17% from 371); Blue value is 196 (76.95% from 255 or 52.83% from 371); Max value from RGB is 196 - color contains mainly: blue. Hex color #00AFC4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00AFC4 is #FF503B. Grayscale: #7C7C7C. Windows color (decimal): -16732220 or 12889856. OLE color: 12889856.
HSL color Cylindrical-coordinate representation of color #00AFC4: hue angle of 186.43º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AFC4 is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 0 | 175 | 196 | - |
| CMYK | 1 | 0.11 | 0 | 0.23 |
| HSL | 186.43º | 1% | 0.38% | - |
| HSV(B) | 186.43º | 1% | 0.77% | - |
| XYZ | 25.29 | 34.65 | 57.58 | - |
| YUV | 125.07 | 168.02 | 38.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 175 | 196 | 1 | 0.11 | 0 | 0.23 | 186.43 | 1 | 0.38 |
| Hex | 0 | AF | C4 | 64 | B | 0 | 17 | BA | 64 | 26 |
| Octal | 0 | 257 | 304 | 144 | 13 | 0 | 27 | 272 | 144 | 46 |
| Binary | 0 | 10101111 | 11000100 | 1100100 | 1011 | 0 | 10111 | 10111010 | 1100100 | 100110 |
Color Harmonies of #00AFC4
Complementary color
Monochromatic Colors of #00AFC4
Black with #00AFC4
Text Example
Text Example
White with #00AFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AFC4; }
p { color: rgb(0,175,196); }
H1.HeaderClassName
{
color: #00AFC4;
}
.AnyTagClassName
{
color: #00AFC4;
}
</style>
background-color css
<style>
a { background-color: #00AFC4; }
a { background-color: rgb(0,175,196); }
div.DivClassName
{
background-color: #00AFC4;
}
.BgClassName
{
background-color: #00AFC4;
}
</style>
border-color css
<style>
span { border-color: #00AFC4; }
span { border-color: rgb(0,175,196); }
td.TdClassName
{
border-color: #00AFC4;
}
.TagClassName
{
border-color: #00AFC4;
}
</style>