Html Css Color HEX #AEC5CC Heather

📋 copy color: '#AEC5CC'

red 174 ◦ green 197 ◦ blue 204

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

Shades of Heather #AEC5CC

Tints of Heather #AEC5CC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.26%

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

R = 30.26%
G = 34.26%
B = 35.48%

CMYK

 C value IS 0.15

 M value IS 0.03

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AEC5CC (or 0xAEC5CC) is known color: Heather. HEX triplet: AE, C5 and CC. RGB value is (174,197,204). Sum of RGB (Red+Green+Blue) = 174+197+204=575 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.26% from 575); Green value is 197 (77.34% from 255 or 34.26% from 575); Blue value is 204 (80.08% from 255 or 35.48% from 575); Max value from RGB is 204 - color contains mainly: blue. Hex color #AEC5CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC5CC is #513A33. Grayscale: #BEBEBE. Windows color (decimal): -5323316 or 13419950. OLE color: 13419950.

HSL color Cylindrical-coordinate representation of color #AEC5CC: hue angle of 194º 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 #AEC5CC is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 174 197 204 -
CMYK 0.15 0.03 0 0.2
HSL 194º 0.23% 0.74% -
HSV(B) 194º 0.15% 0.8% -
XYZ 48.32 53.29 64.87 -
YUV 190.92 135.38 115.93 -
System Red Green Blue C M Y K H S L
Decimal 174 197 204 0.15 0.03 0 0.2 194 0.23 0.74
Hex AE C5 CC F 3 0 14 C2 17 4A
Octal 256 305 314 17 3 0 24 302 27 112
Binary 10101110 11000101 11001100 1111 11 0 10100 11000010 10111 1001010

Color Harmonies of #AEC5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC5CC

Black with #AEC5CC

Text Example


Text Example

White with #AEC5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC5CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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