Html Css Color HEX #AEC1D8 Spindle

📋 copy color: '#AEC1D8'

red 174 ◦ green 193 ◦ blue 216

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

Shades of Spindle #AEC1D8

Tints of Spindle #AEC1D8

RGB

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

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

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

R = 29.85%
G = 33.1%
B = 37.05%

CMYK

 C value IS 0.19

 M value IS 0.11

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AEC1D8 (or 0xAEC1D8) is known color: Spindle. HEX triplet: AE, C1 and D8. RGB value is (174,193,216). Sum of RGB (Red+Green+Blue) = 174+193+216=583 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.85% from 583); Green value is 193 (75.78% from 255 or 33.10% from 583); Blue value is 216 (84.77% from 255 or 37.05% from 583); Max value from RGB is 216 - color contains mainly: blue. Hex color #AEC1D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC1D8 is #513E27. Grayscale: #BDBDBD. Windows color (decimal): -5324328 or 14205358. OLE color: 14205358.

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

Color convert

RGB 174 193 216 -
CMYK 0.19 0.11 0 0.15
HSL 212.86º 0.35% 0.76% -
HSV(B) 212.86º 0.19% 0.85% -
XYZ 48.92 52.1 72.44 -
YUV 189.94 142.71 116.63 -
System Red Green Blue C M Y K H S L
Decimal 174 193 216 0.19 0.11 0 0.15 212.86 0.35 0.76
Hex AE C1 D8 13 B 0 F D5 23 4C
Octal 256 301 330 23 13 0 17 325 43 114
Binary 10101110 11000001 11011000 10011 1011 0 1111 11010101 100011 1001100

Color Harmonies of #AEC1D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC1D8

Black with #AEC1D8

Text Example


Text Example

White with #AEC1D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC1D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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