Html Css Color HEX #AFAFC0 Blue Haze

📋 copy color: '#AFAFC0'

red 175 ◦ green 175 ◦ blue 192

#AFAFC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Haze #AFAFC0

Tints of Blue Haze #AFAFC0

RGB

 RED value IS 175 (68.75% from 255) = 32.29%

 GREEN value IS 175 (68.75% from 255) = 32.29%

 BLUE value IS 192 (75.39% from 255) = 35.42%

R = 32.29%
G = 32.29%
B = 35.42%

CMYK

 C value IS 0.09

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

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

Triadic Colors

Analogous colors

Split complements colors

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>