Html Css Color HEX #AEC2D7 Spindle

📋 copy color: '#AEC2D7'

red 174 ◦ green 194 ◦ blue 215

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

Shades of Spindle #AEC2D7

Tints of Spindle #AEC2D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 36.88%

R = 29.85%
G = 33.28%
B = 36.88%

CMYK

 C value IS 0.19

 M value IS 0.10

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AEC2D7 (or 0xAEC2D7) is known color: Spindle. HEX triplet: AE, C2 and D7. RGB value is (174,194,215). Sum of RGB (Red+Green+Blue) = 174+194+215=583 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.85% from 583); Green value is 194 (76.17% from 255 or 33.28% from 583); Blue value is 215 (84.38% from 255 or 36.88% from 583); Max value from RGB is 215 - color contains mainly: blue. Hex color #AEC2D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC2D7 is #513D28. Grayscale: #BEBEBE. Windows color (decimal): -5324073 or 14140078. OLE color: 14140078.

HSL color Cylindrical-coordinate representation of color #AEC2D7: hue angle of 210.73º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AEC2D7 is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 194 215 -
CMYK 0.19 0.10 0 0.16
HSL 210.73º 0.34% 0.76% -
HSV(B) 210.73º 0.19% 0.84% -
XYZ 49.01 52.49 71.84 -
YUV 190.41 141.87 116.29 -
System Red Green Blue C M Y K H S L
Decimal 174 194 215 0.19 0.10 0 0.16 210.73 0.34 0.76
Hex AE C2 D7 13 A 0 10 D3 22 4C
Octal 256 302 327 23 12 0 20 323 42 114
Binary 10101110 11000010 11010111 10011 1010 0 10000 11010011 100010 1001100

Color Harmonies of #AEC2D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC2D7

Black with #AEC2D7

Text Example


Text Example

White with #AEC2D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC2D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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