Html Css Color HEX #AEC6D8 Spindle

📋 copy color: '#AEC6D8'

red 174 ◦ green 198 ◦ blue 216

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

Shades of Spindle #AEC6D8

Tints of Spindle #AEC6D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 36.73%

R = 29.59%
G = 33.67%
B = 36.73%

CMYK

 C value IS 0.19

 M value IS 0.08

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AEC6D8 (or 0xAEC6D8) is known color: Spindle. HEX triplet: AE, C6 and D8. RGB value is (174,198,216). Sum of RGB (Red+Green+Blue) = 174+198+216=588 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.59% from 588); Green value is 198 (77.73% from 255 or 33.67% from 588); Blue value is 216 (84.77% from 255 or 36.73% from 588); Max value from RGB is 216 - color contains mainly: blue. Hex color #AEC6D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC6D8 is #513927. Grayscale: #C0C0C0. Windows color (decimal): -5323048 or 14206638. OLE color: 14206638.

HSL color Cylindrical-coordinate representation of color #AEC6D8: hue angle of 205.71º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AEC6D8 is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 198 216 -
CMYK 0.19 0.08 0 0.15
HSL 205.71º 0.35% 0.76% -
HSV(B) 205.71º 0.19% 0.85% -
XYZ 50.04 54.34 72.82 -
YUV 192.88 141.05 114.54 -
System Red Green Blue C M Y K H S L
Decimal 174 198 216 0.19 0.08 0 0.15 205.71 0.35 0.76
Hex AE C6 D8 13 8 0 F CE 23 4C
Octal 256 306 330 23 10 0 17 316 43 114
Binary 10101110 11000110 11011000 10011 1000 0 1111 11001110 100011 1001100

Color Harmonies of #AEC6D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC6D8

Black with #AEC6D8

Text Example


Text Example

White with #AEC6D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC6D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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