Html Css Color HEX #AEC3D0 Spindle

📋 copy color: '#AEC3D0'

red 174 ◦ green 195 ◦ blue 208

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

Shades of Spindle #AEC3D0

Tints of Spindle #AEC3D0

RGB

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

 GREEN value IS 195 (76.56% from 255) = 33.8%

 BLUE value IS 208 (81.64% from 255) = 36.05%

R = 30.16%
G = 33.8%
B = 36.05%

CMYK

 C value IS 0.16

 M value IS 0.06

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AEC3D0 (or 0xAEC3D0) is known color: Spindle. HEX triplet: AE, C3 and D0. RGB value is (174,195,208). Sum of RGB (Red+Green+Blue) = 174+195+208=577 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.16% from 577); Green value is 195 (76.56% from 255 or 33.80% from 577); Blue value is 208 (81.64% from 255 or 36.05% from 577); Max value from RGB is 208 - color contains mainly: blue. Hex color #AEC3D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC3D0 is #513C2F. Grayscale: #BEBEBE. Windows color (decimal): -5323824 or 13681582. OLE color: 13681582.

HSL color Cylindrical-coordinate representation of color #AEC3D0: hue angle of 202.94º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AEC3D0 is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 195 208 -
CMYK 0.16 0.06 0 0.18
HSL 202.94º 0.27% 0.75% -
HSV(B) 202.94º 0.16% 0.82% -
XYZ 48.36 52.58 67.28 -
YUV 190.2 138.04 116.44 -
System Red Green Blue C M Y K H S L
Decimal 174 195 208 0.16 0.06 0 0.18 202.94 0.27 0.75
Hex AE C3 D0 10 6 0 12 CB 1B 4B
Octal 256 303 320 20 6 0 22 313 33 113
Binary 10101110 11000011 11010000 10000 110 0 10010 11001011 11011 1001011

Color Harmonies of #AEC3D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC3D0

Black with #AEC3D0

Text Example


Text Example

White with #AEC3D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC3D0; }

 p { color: rgb(174,195,208); }

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

background-color css

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

 a { background-color: rgb(174,195,208); }

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

border-color css

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

 span { border-color: rgb(174,195,208); }

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