Html Css Color HEX #AEC5D4 Spindle

📋 copy color: '#AEC5D4'

red 174 ◦ green 197 ◦ blue 212

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

Shades of Spindle #AEC5D4

Tints of Spindle #AEC5D4

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.79%

 BLUE value IS 212 (83.2% from 255) = 36.36%

R = 29.85%
G = 33.79%
B = 36.36%

CMYK

 C value IS 0.18

 M value IS 0.07

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AEC5D4 (or 0xAEC5D4) is known color: Spindle. HEX triplet: AE, C5 and D4. RGB value is (174,197,212). Sum of RGB (Red+Green+Blue) = 174+197+212=583 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.85% from 583); Green value is 197 (77.34% from 255 or 33.79% from 583); Blue value is 212 (83.20% from 255 or 36.36% from 583); Max value from RGB is 212 - color contains mainly: blue. Hex color #AEC5D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC5D4 is #513A2B. Grayscale: #BFBFBF. Windows color (decimal): -5323308 or 13944238. OLE color: 13944238.

HSL color Cylindrical-coordinate representation of color #AEC5D4: hue angle of 203.68º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AEC5D4 is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 174 197 212 -
CMYK 0.18 0.07 0 0.17
HSL 203.68º 0.31% 0.76% -
HSV(B) 203.68º 0.18% 0.83% -
XYZ 49.31 53.68 70.05 -
YUV 191.83 139.38 115.28 -
System Red Green Blue C M Y K H S L
Decimal 174 197 212 0.18 0.07 0 0.17 203.68 0.31 0.76
Hex AE C5 D4 12 7 0 11 CC 1F 4C
Octal 256 305 324 22 7 0 21 314 37 114
Binary 10101110 11000101 11010100 10010 111 0 10001 11001100 11111 1001100

Color Harmonies of #AEC5D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC5D4

Black with #AEC5D4

Text Example


Text Example

White with #AEC5D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC5D4; }

 p { color: rgb(174,197,212); }

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

background-color css

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

 a { background-color: rgb(174,197,212); }

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

border-color css

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

 span { border-color: rgb(174,197,212); }

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