Html Css Color HEX #AEC0CC Heather

📋 copy color: '#AEC0CC'

red 174 ◦ green 192 ◦ blue 204

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

Shades of Heather #AEC0CC

Tints of Heather #AEC0CC

RGB

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

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

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

R = 30.53%
G = 33.68%
B = 35.79%

CMYK

 C value IS 0.15

 M value IS 0.06

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AEC0CC (or 0xAEC0CC) is known color: Heather. HEX triplet: AE, C0 and CC. RGB value is (174,192,204). Sum of RGB (Red+Green+Blue) = 174+192+204=570 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.53% from 570); Green value is 192 (75.39% from 255 or 33.68% from 570); Blue value is 204 (80.08% from 255 or 35.79% from 570); Max value from RGB is 204 - color contains mainly: blue. Hex color #AEC0CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC0CC is #513F33. Grayscale: #BBBBBB. Windows color (decimal): -5324596 or 13418670. OLE color: 13418670.

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

Color convert

RGB 174 192 204 -
CMYK 0.15 0.06 0 0.2
HSL 204º 0.23% 0.74% -
HSV(B) 204º 0.15% 0.8% -
XYZ 47.2 51.06 64.49 -
YUV 187.99 137.04 118.02 -
System Red Green Blue C M Y K H S L
Decimal 174 192 204 0.15 0.06 0 0.2 204 0.23 0.74
Hex AE C0 CC F 6 0 14 CC 17 4A
Octal 256 300 314 17 6 0 24 314 27 112
Binary 10101110 11000000 11001100 1111 110 0 10100 11001100 10111 1001010

Color Harmonies of #AEC0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC0CC

Black with #AEC0CC

Text Example


Text Example

White with #AEC0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC0CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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