Html Css Color HEX #AEC8D9 Spindle

📋 copy color: '#AEC8D9'

red 174 ◦ green 200 ◦ blue 217

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

Shades of Spindle #AEC8D9

Tints of Spindle #AEC8D9

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.84%

 BLUE value IS 217 (85.16% from 255) = 36.72%

R = 29.44%
G = 33.84%
B = 36.72%

CMYK

 C value IS 0.20

 M value IS 0.08

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AEC8D9 (or 0xAEC8D9) is known color: Spindle. HEX triplet: AE, C8 and D9. RGB value is (174,200,217). Sum of RGB (Red+Green+Blue) = 174+200+217=591 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.44% from 591); Green value is 200 (78.52% from 255 or 33.84% from 591); Blue value is 217 (85.16% from 255 or 36.72% from 591); Max value from RGB is 217 - color contains mainly: blue. Hex color #AEC8D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC8D9 is #513726. Grayscale: #C2C2C2. Windows color (decimal): -5322535 or 14272686. OLE color: 14272686.

HSL color Cylindrical-coordinate representation of color #AEC8D9: hue angle of 203.72º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AEC8D9 is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 200 217 -
CMYK 0.20 0.08 0 0.15
HSL 203.72º 0.36% 0.77% -
HSV(B) 203.72º 0.2% 0.85% -
XYZ 50.63 55.32 73.65 -
YUV 194.16 140.89 113.62 -
System Red Green Blue C M Y K H S L
Decimal 174 200 217 0.20 0.08 0 0.15 203.72 0.36 0.77
Hex AE C8 D9 14 8 0 F CC 24 4D
Octal 256 310 331 24 10 0 17 314 44 115
Binary 10101110 11001000 11011001 10100 1000 0 1111 11001100 100100 1001101

Color Harmonies of #AEC8D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC8D9

Black with #AEC8D9

Text Example


Text Example

White with #AEC8D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC8D9; }

 p { color: rgb(174,200,217); }

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

background-color css

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

 a { background-color: rgb(174,200,217); }

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

border-color css

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

 span { border-color: rgb(174,200,217); }

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