Html Css Color HEX #AEC0D5 Spindle

📋 copy color: '#AEC0D5'

red 174 ◦ green 192 ◦ blue 213

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

Shades of Spindle #AEC0D5

Tints of Spindle #AEC0D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 36.79%

R = 30.05%
G = 33.16%
B = 36.79%

CMYK

 C value IS 0.18

 M value IS 0.10

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AEC0D5 (or 0xAEC0D5) is known color: Spindle. HEX triplet: AE, C0 and D5. RGB value is (174,192,213). Sum of RGB (Red+Green+Blue) = 174+192+213=579 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.05% from 579); Green value is 192 (75.39% from 255 or 33.16% from 579); Blue value is 213 (83.59% from 255 or 36.79% from 579); Max value from RGB is 213 - color contains mainly: blue. Hex color #AEC0D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC0D5 is #513F2A. Grayscale: #BCBCBC. Windows color (decimal): -5324587 or 14008494. OLE color: 14008494.

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

Color convert

RGB 174 192 213 -
CMYK 0.18 0.10 0 0.16
HSL 212.31º 0.32% 0.76% -
HSV(B) 212.31º 0.18% 0.84% -
XYZ 48.32 51.5 70.35 -
YUV 189.01 141.54 117.29 -
System Red Green Blue C M Y K H S L
Decimal 174 192 213 0.18 0.10 0 0.16 212.31 0.32 0.76
Hex AE C0 D5 12 A 0 10 D4 20 4C
Octal 256 300 325 22 12 0 20 324 40 114
Binary 10101110 11000000 11010101 10010 1010 0 10000 11010100 100000 1001100

Color Harmonies of #AEC0D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC0D5

Black with #AEC0D5

Text Example


Text Example

White with #AEC0D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC0D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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