Html Css Color HEX #AEC1C7 Heather

📋 copy color: '#AEC1C7'

red 174 ◦ green 193 ◦ blue 199

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

Shades of Heather #AEC1C7

Tints of Heather #AEC1C7

RGB

 RED value IS 174 (68.36% from 255) = 30.74%

 GREEN value IS 193 (75.78% from 255) = 34.1%

 BLUE value IS 199 (78.13% from 255) = 35.16%

R = 30.74%
G = 34.1%
B = 35.16%

CMYK

 C value IS 0.13

 M value IS 0.03

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AEC1C7 (or 0xAEC1C7) is known color: Heather. HEX triplet: AE, C1 and C7. RGB value is (174,193,199). Sum of RGB (Red+Green+Blue) = 174+193+199=566 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.74% from 566); Green value is 193 (75.78% from 255 or 34.10% from 566); Blue value is 199 (78.12% from 255 or 35.16% from 566); Max value from RGB is 199 - color contains mainly: blue. Hex color #AEC1C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC1C7 is #513E38. Grayscale: #BBBBBB. Windows color (decimal): -5324345 or 13091246. OLE color: 13091246.

HSL color Cylindrical-coordinate representation of color #AEC1C7: hue angle of 194.4º degrees, saturation: 0.18, 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 #AEC1C7 is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 174 193 199 -
CMYK 0.13 0.03 0 0.22
HSL 194.4º 0.18% 0.73% -
HSV(B) 194.4º 0.13% 0.78% -
XYZ 46.83 51.26 61.46 -
YUV 188 134.21 118.01 -
System Red Green Blue C M Y K H S L
Decimal 174 193 199 0.13 0.03 0 0.22 194.4 0.18 0.73
Hex AE C1 C7 D 3 0 16 C2 12 49
Octal 256 301 307 15 3 0 26 302 22 111
Binary 10101110 11000001 11000111 1101 11 0 10110 11000010 10010 1001001

Color Harmonies of #AEC1C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC1C7

Black with #AEC1C7

Text Example


Text Example

White with #AEC1C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC1C7; }

 p { color: rgb(174,193,199); }

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

background-color css

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

 a { background-color: rgb(174,193,199); }

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

border-color css

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

 span { border-color: rgb(174,193,199); }

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