Html Css Color HEX #AEC6DB Spindle

📋 copy color: '#AEC6DB'

red 174 ◦ green 198 ◦ blue 219

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

Shades of Spindle #AEC6DB

Tints of Spindle #AEC6DB

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.5%

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

R = 29.44%
G = 33.5%
B = 37.06%

CMYK

 C value IS 0.21

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AEC6DB (or 0xAEC6DB) is known color: Spindle. HEX triplet: AE, C6 and DB. RGB value is (174,198,219). Sum of RGB (Red+Green+Blue) = 174+198+219=591 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.44% from 591); Green value is 198 (77.73% from 255 or 33.50% from 591); Blue value is 219 (85.94% from 255 or 37.06% from 591); Max value from RGB is 219 - color contains mainly: blue. Hex color #AEC6DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC6DB is #513924. Grayscale: #C1C1C1. Windows color (decimal): -5323045 or 14403246. OLE color: 14403246.

HSL color Cylindrical-coordinate representation of color #AEC6DB: hue angle of 208º 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 #AEC6DB is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 198 219 -
CMYK 0.21 0.10 0 0.14
HSL 208º 0.38% 0.77% -
HSV(B) 208º 0.21% 0.86% -
XYZ 50.44 54.5 74.88 -
YUV 193.22 142.55 114.29 -
System Red Green Blue C M Y K H S L
Decimal 174 198 219 0.21 0.10 0 0.14 208 0.38 0.77
Hex AE C6 DB 15 A 0 E D0 26 4D
Octal 256 306 333 25 12 0 16 320 46 115
Binary 10101110 11000110 11011011 10101 1010 0 1110 11010000 100110 1001101

Color Harmonies of #AEC6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC6DB

Black with #AEC6DB

Text Example


Text Example

White with #AEC6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC6DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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