Html Css Color HEX #AEC9DB Spindle

📋 copy color: '#AEC9DB'

red 174 ◦ green 201 ◦ blue 219

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

Shades of Spindle #AEC9DB

Tints of Spindle #AEC9DB

RGB

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

 GREEN value IS 201 (78.91% from 255) = 33.84%

 BLUE value IS 219 (85.94% from 255) = 36.87%

R = 29.29%
G = 33.84%
B = 36.87%

CMYK

 C value IS 0.21

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AEC9DB (or 0xAEC9DB) is known color: Spindle. HEX triplet: AE, C9 and DB. RGB value is (174,201,219). Sum of RGB (Red+Green+Blue) = 174+201+219=594 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.29% from 594); Green value is 201 (78.91% from 255 or 33.84% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 219 - color contains mainly: blue. Hex color #AEC9DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC9DB is #513624. Grayscale: #C2C2C2. Windows color (decimal): -5322277 or 14404014. OLE color: 14404014.

HSL color Cylindrical-coordinate representation of color #AEC9DB: hue angle of 204º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEC9DB is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 201 219 -
CMYK 0.21 0.08 0 0.14
HSL 204º 0.38% 0.77% -
HSV(B) 204º 0.21% 0.86% -
XYZ 51.13 55.89 75.11 -
YUV 194.98 141.55 113.04 -
System Red Green Blue C M Y K H S L
Decimal 174 201 219 0.21 0.08 0 0.14 204 0.38 0.77
Hex AE C9 DB 15 8 0 E CC 26 4D
Octal 256 311 333 25 10 0 16 314 46 115
Binary 10101110 11001001 11011011 10101 1000 0 1110 11001100 100110 1001101

Color Harmonies of #AEC9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC9DB

Black with #AEC9DB

Text Example


Text Example

White with #AEC9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC9DB; }

 p { color: rgb(174,201,219); }

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

background-color css

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

 a { background-color: rgb(174,201,219); }

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

border-color css

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

 span { border-color: rgb(174,201,219); }

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