Shades of Blue Haze #AFAFC4
Tints of Blue Haze #AFAFC4
RGB
CMYK
RGB Variations
Color information
#AFAFC4 (or 0xAFAFC4) is known color: Blue Haze. HEX triplet: AF, AF and C4. RGB value is (175,175,196). Sum of RGB (Red+Green+Blue) = 175+175+196=546 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.05% from 546); Green value is 175 (68.75% from 255 or 32.05% from 546); Blue value is 196 (76.95% from 255 or 35.90% from 546); Max value from RGB is 196 - color contains mainly: blue. Hex color #AFAFC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAFC4 is #50503B. Grayscale: #B1B1B1. Windows color (decimal): -5263420 or 12890031. OLE color: 12890031.
HSL color Cylindrical-coordinate representation of color #AFAFC4: hue angle of 240º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AFAFC4 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 175 | 196 | - |
| CMYK | 0.11 | 0.11 | 0 | 0.23 |
| HSL | 240º | 0.15% | 0.73% | - |
| HSV(B) | 240º | 0.11% | 0.77% | - |
| XYZ | 42.97 | 43.76 | 58.41 | - |
| YUV | 177.39 | 138.5 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 175 | 196 | 0.11 | 0.11 | 0 | 0.23 | 240 | 0.15 | 0.73 |
| Hex | AF | AF | C4 | B | B | 0 | 17 | F0 | F | 49 |
| Octal | 257 | 257 | 304 | 13 | 13 | 0 | 27 | 360 | 17 | 111 |
| Binary | 10101111 | 10101111 | 11000100 | 1011 | 1011 | 0 | 10111 | 11110000 | 1111 | 1001001 |
Color Harmonies of #AFAFC4
Complementary color
Monochromatic Colors of #AFAFC4
Black with #AFAFC4
Text Example
Text Example
White with #AFAFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAFC4; }
p { color: rgb(175,175,196); }
H1.HeaderClassName
{
color: #AFAFC4;
}
.AnyTagClassName
{
color: #AFAFC4;
}
</style>
background-color css
<style>
a { background-color: #AFAFC4; }
a { background-color: rgb(175,175,196); }
div.DivClassName
{
background-color: #AFAFC4;
}
.BgClassName
{
background-color: #AFAFC4;
}
</style>
border-color css
<style>
span { border-color: #AFAFC4; }
span { border-color: rgb(175,175,196); }
td.TdClassName
{
border-color: #AFAFC4;
}
.TagClassName
{
border-color: #AFAFC4;
}
</style>