Html Css Color HEX #AEC4CD Heather

📋 copy color: '#AEC4CD'

red 174 ◦ green 196 ◦ blue 205

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

Shades of Heather #AEC4CD

Tints of Heather #AEC4CD

RGB

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

 GREEN value IS 196 (76.95% from 255) = 34.09%

 BLUE value IS 205 (80.47% from 255) = 35.65%

R = 30.26%
G = 34.09%
B = 35.65%

CMYK

 C value IS 0.15

 M value IS 0.04

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AEC4CD (or 0xAEC4CD) is known color: Heather. HEX triplet: AE, C4 and CD. RGB value is (174,196,205). Sum of RGB (Red+Green+Blue) = 174+196+205=575 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.26% from 575); Green value is 196 (76.95% from 255 or 34.09% from 575); Blue value is 205 (80.47% from 255 or 35.65% from 575); Max value from RGB is 205 - color contains mainly: blue. Hex color #AEC4CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC4CD is #513B32. Grayscale: #BEBEBE. Windows color (decimal): -5323571 or 13485230. OLE color: 13485230.

HSL color Cylindrical-coordinate representation of color #AEC4CD: hue angle of 197.42º degrees, saturation: 0.24, 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 #AEC4CD is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 174 196 205 -
CMYK 0.15 0.04 0 0.20
HSL 197.42º 0.24% 0.74% -
HSV(B) 197.42º 0.15% 0.8% -
XYZ 48.21 52.89 65.42 -
YUV 190.45 136.21 116.27 -
System Red Green Blue C M Y K H S L
Decimal 174 196 205 0.15 0.04 0 0.20 197.42 0.24 0.74
Hex AE C4 CD F 4 0 14 C5 18 4A
Octal 256 304 315 17 4 0 24 305 30 112
Binary 10101110 11000100 11001101 1111 100 0 10100 11000101 11000 1001010

Color Harmonies of #AEC4CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC4CD

Black with #AEC4CD

Text Example


Text Example

White with #AEC4CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC4CD; }

 p { color: rgb(174,196,205); }

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

background-color css

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

 a { background-color: rgb(174,196,205); }

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

border-color css

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

 span { border-color: rgb(174,196,205); }

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