Html Css Color HEX #AFAECB Blue Haze

📋 copy color: '#AFAECB'

red 175 ◦ green 174 ◦ blue 203

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

Shades of Blue Haze #AFAECB

Tints of Blue Haze #AFAECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.78%

R = 31.7%
G = 31.52%
B = 36.78%

CMYK

 C value IS 0.14

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AFAECB (or 0xAFAECB) is known color: Blue Haze. HEX triplet: AF, AE and CB. RGB value is (175,174,203). Sum of RGB (Red+Green+Blue) = 175+174+203=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 174 (68.36% from 255 or 31.52% from 552); Blue value is 203 (79.69% from 255 or 36.78% from 552); Max value from RGB is 203 - color contains mainly: blue. Hex color #AFAECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAECB is #505134. Grayscale: #B1B1B1. Windows color (decimal): -5263669 or 13348527. OLE color: 13348527.

HSL color Cylindrical-coordinate representation of color #AFAECB: hue angle of 242.07º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFAECB is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 174 203 -
CMYK 0.14 0.14 0 0.20
HSL 242.07º 0.22% 0.74% -
HSV(B) 242.07º 0.14% 0.8% -
XYZ 43.59 43.7 62.64 -
YUV 177.61 142.33 126.14 -
System Red Green Blue C M Y K H S L
Decimal 175 174 203 0.14 0.14 0 0.20 242.07 0.22 0.74
Hex AF AE CB E E 0 14 F2 16 4A
Octal 257 256 313 16 16 0 24 362 26 112
Binary 10101111 10101110 11001011 1110 1110 0 10100 11110010 10110 1001010

Color Harmonies of #AFAECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAECB

Black with #AFAECB

Text Example


Text Example

White with #AFAECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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