Html Css Color HEX #AEC2CC Heather

📋 copy color: '#AEC2CC'

red 174 ◦ green 194 ◦ blue 204

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

Shades of Heather #AEC2CC

Tints of Heather #AEC2CC

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.92%

 BLUE value IS 204 (80.08% from 255) = 35.66%

R = 30.42%
G = 33.92%
B = 35.66%

CMYK

 C value IS 0.15

 M value IS 0.05

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AEC2CC (or 0xAEC2CC) is known color: Heather. HEX triplet: AE, C2 and CC. RGB value is (174,194,204). Sum of RGB (Red+Green+Blue) = 174+194+204=572 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.42% from 572); Green value is 194 (76.17% from 255 or 33.92% from 572); Blue value is 204 (80.08% from 255 or 35.66% from 572); Max value from RGB is 204 - color contains mainly: blue. Hex color #AEC2CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC2CC is #513D33. Grayscale: #BDBDBD. Windows color (decimal): -5324084 or 13419182. OLE color: 13419182.

HSL color Cylindrical-coordinate representation of color #AEC2CC: hue angle of 200º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AEC2CC is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 174 194 204 -
CMYK 0.15 0.05 0 0.2
HSL 200º 0.23% 0.74% -
HSV(B) 200º 0.15% 0.8% -
XYZ 47.65 51.94 64.64 -
YUV 189.16 136.37 117.19 -
System Red Green Blue C M Y K H S L
Decimal 174 194 204 0.15 0.05 0 0.2 200 0.23 0.74
Hex AE C2 CC F 5 0 14 C8 17 4A
Octal 256 302 314 17 5 0 24 310 27 112
Binary 10101110 11000010 11001100 1111 101 0 10100 11001000 10111 1001010

Color Harmonies of #AEC2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC2CC

Black with #AEC2CC

Text Example


Text Example

White with #AEC2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC2CC; }

 p { color: rgb(174,194,204); }

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

background-color css

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

 a { background-color: rgb(174,194,204); }

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

border-color css

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

 span { border-color: rgb(174,194,204); }

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