Html Css Color HEX #AFAEC8 Blue Haze

📋 copy color: '#AFAEC8'

red 175 ◦ green 174 ◦ blue 200

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

Shades of Blue Haze #AFAEC8

Tints of Blue Haze #AFAEC8

RGB

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

 GREEN value IS 174 (68.36% from 255) = 31.69%

 BLUE value IS 200 (78.52% from 255) = 36.43%

R = 31.88%
G = 31.69%
B = 36.43%

CMYK

 C value IS 0.12

 M value IS 0.13

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AFAEC8 (or 0xAFAEC8) is known color: Blue Haze. HEX triplet: AF, AE and C8. RGB value is (175,174,200). Sum of RGB (Red+Green+Blue) = 175+174+200=549 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.88% from 549); Green value is 174 (68.36% from 255 or 31.69% from 549); Blue value is 200 (78.52% from 255 or 36.43% from 549); Max value from RGB is 200 - color contains mainly: blue. Hex color #AFAEC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAEC8 is #505137. Grayscale: #B1B1B1. Windows color (decimal): -5263672 or 13151919. OLE color: 13151919.

HSL color Cylindrical-coordinate representation of color #AFAEC8: hue angle of 242.31º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AFAEC8 is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 174 200 -
CMYK 0.12 0.13 0 0.22
HSL 242.31º 0.19% 0.73% -
HSV(B) 242.31º 0.13% 0.78% -
XYZ 43.24 43.56 60.77 -
YUV 177.26 140.83 126.39 -
System Red Green Blue C M Y K H S L
Decimal 175 174 200 0.12 0.13 0 0.22 242.31 0.19 0.73
Hex AF AE C8 C D 0 16 F2 13 49
Octal 257 256 310 14 15 0 26 362 23 111
Binary 10101111 10101110 11001000 1100 1101 0 10110 11110010 10011 1001001

Color Harmonies of #AFAEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAEC8

Black with #AFAEC8

Text Example


Text Example

White with #AFAEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAEC8; }

 p { color: rgb(175,174,200); }

 H1.HeaderClassName
 {
   color: #AFAEC8;
 }
 .AnyTagClassName
 {
   color: #AFAEC8;
 }
</style>

background-color css

<style>
 a { background-color: #AFAEC8; }

 a { background-color: rgb(175,174,200); }

 div.DivClassName
 {
   background-color: #AFAEC8;
 }
 .BgClassName
 {
   background-color: #AFAEC8;
 }
</style>

border-color css

<style>
 span { border-color: #AFAEC8; }

 span { border-color: rgb(175,174,200); }

 td.TdClassName
 {
   border-color: #AFAEC8;
 }
 .TagClassName
 {
   border-color: #AFAEC8;
 }
</style>