Html Css Color HEX #AEC0CA Heather

📋 copy color: '#AEC0CA'

red 174 ◦ green 192 ◦ blue 202

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

Shades of Heather #AEC0CA

Tints of Heather #AEC0CA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.8%

 BLUE value IS 202 (79.3% from 255) = 35.56%

R = 30.63%
G = 33.8%
B = 35.56%

CMYK

 C value IS 0.14

 M value IS 0.05

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AEC0CA (or 0xAEC0CA) is known color: Heather. HEX triplet: AE, C0 and CA. RGB value is (174,192,202). Sum of RGB (Red+Green+Blue) = 174+192+202=568 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.63% from 568); Green value is 192 (75.39% from 255 or 33.80% from 568); Blue value is 202 (79.30% from 255 or 35.56% from 568); Max value from RGB is 202 - color contains mainly: blue. Hex color #AEC0CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC0CA is #513F35. Grayscale: #BBBBBB. Windows color (decimal): -5324598 or 13287598. OLE color: 13287598.

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

Color convert

RGB 174 192 202 -
CMYK 0.14 0.05 0 0.21
HSL 201.43º 0.21% 0.74% -
HSV(B) 201.43º 0.14% 0.79% -
XYZ 46.97 50.96 63.24 -
YUV 187.76 136.04 118.19 -
System Red Green Blue C M Y K H S L
Decimal 174 192 202 0.14 0.05 0 0.21 201.43 0.21 0.74
Hex AE C0 CA E 5 0 15 C9 15 4A
Octal 256 300 312 16 5 0 25 311 25 112
Binary 10101110 11000000 11001010 1110 101 0 10101 11001001 10101 1001010

Color Harmonies of #AEC0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC0CA

Black with #AEC0CA

Text Example


Text Example

White with #AEC0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC0CA; }

 p { color: rgb(174,192,202); }

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

background-color css

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

 a { background-color: rgb(174,192,202); }

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

border-color css

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

 span { border-color: rgb(174,192,202); }

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