Html Css Color HEX #AEC1D9 Spindle

📋 copy color: '#AEC1D9'

red 174 ◦ green 193 ◦ blue 217

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

Shades of Spindle #AEC1D9

Tints of Spindle #AEC1D9

RGB

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

 GREEN value IS 193 (75.78% from 255) = 33.05%

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

R = 29.79%
G = 33.05%
B = 37.16%

CMYK

 C value IS 0.20

 M value IS 0.11

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AEC1D9 (or 0xAEC1D9) is known color: Spindle. HEX triplet: AE, C1 and D9. RGB value is (174,193,217). Sum of RGB (Red+Green+Blue) = 174+193+217=584 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.79% from 584); Green value is 193 (75.78% from 255 or 33.05% from 584); Blue value is 217 (85.16% from 255 or 37.16% from 584); Max value from RGB is 217 - color contains mainly: blue. Hex color #AEC1D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC1D9 is #513E26. Grayscale: #BDBDBD. Windows color (decimal): -5324327 or 14270894. OLE color: 14270894.

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

Color convert

RGB 174 193 217 -
CMYK 0.20 0.11 0 0.15
HSL 213.49º 0.36% 0.77% -
HSV(B) 213.49º 0.2% 0.85% -
XYZ 49.05 52.15 73.13 -
YUV 190.06 143.21 116.55 -
System Red Green Blue C M Y K H S L
Decimal 174 193 217 0.20 0.11 0 0.15 213.49 0.36 0.77
Hex AE C1 D9 14 B 0 F D5 24 4D
Octal 256 301 331 24 13 0 17 325 44 115
Binary 10101110 11000001 11011001 10100 1011 0 1111 11010101 100100 1001101

Color Harmonies of #AEC1D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC1D9

Black with #AEC1D9

Text Example


Text Example

White with #AEC1D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC1D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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