Shades of Blue Haze #AFAFC0
Tints of Blue Haze #AFAFC0
RGB
CMYK
RGB Variations
Color information
#AFAFC0 (or 0xAFAFC0) is known color: Blue Haze. HEX triplet: AF, AF and C0. RGB value is (175,175,192). Sum of RGB (Red+Green+Blue) = 175+175+192=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 175 (68.75% from 255 or 32.29% from 542); Blue value is 192 (75.39% from 255 or 35.42% from 542); Max value from RGB is 192 - color contains mainly: blue. Hex color #AFAFC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAFC0 is #50503F. Grayscale: #B0B0B0. Windows color (decimal): -5263424 or 12627887. OLE color: 12627887.
HSL color Cylindrical-coordinate representation of color #AFAFC0: hue angle of 240º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AFAFC0 is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 175 | 175 | 192 | - |
CMYK | 0.09 | 0.09 | 0 | 0.25 |
HSL | 240º | 0.12% | 0.72% | - |
HSV(B) | 240º | 0.09% | 0.75% | - |
XYZ | 42.52 | 43.58 | 56.04 | - |
YUV | 176.94 | 136.5 | 126.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 175 | 192 | 0.09 | 0.09 | 0 | 0.25 | 240 | 0.12 | 0.72 |
Hex | AF | AF | C0 | 9 | 9 | 0 | 19 | F0 | C | 48 |
Octal | 257 | 257 | 300 | 11 | 11 | 0 | 31 | 360 | 14 | 110 |
Binary | 10101111 | 10101111 | 11000000 | 1001 | 1001 | 0 | 11001 | 11110000 | 1100 | 1001000 |
Color Harmonies of #AFAFC0
Complementary color
Monochromatic Colors of #AFAFC0
Black with #AFAFC0
Text Example
Text Example
White with #AFAFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAFC0; }
p { color: rgb(175,175,192); }
H1.HeaderClassName
{
color: #AFAFC0;
}
.AnyTagClassName
{
color: #AFAFC0;
}
</style>
background-color css
<style>
a { background-color: #AFAFC0; }
a { background-color: rgb(175,175,192); }
div.DivClassName
{
background-color: #AFAFC0;
}
.BgClassName
{
background-color: #AFAFC0;
}
</style>
border-color css
<style>
span { border-color: #AFAFC0; }
span { border-color: rgb(175,175,192); }
td.TdClassName
{
border-color: #AFAFC0;
}
.TagClassName
{
border-color: #AFAFC0;
}
</style>