Html Css Color HEX #AEC1D0 Spindle

📋 copy color: '#AEC1D0'

red 174 ◦ green 193 ◦ blue 208

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

Shades of Spindle #AEC1D0

Tints of Spindle #AEC1D0

RGB

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

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

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

R = 30.26%
G = 33.57%
B = 36.17%

CMYK

 C value IS 0.16

 M value IS 0.07

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AEC1D0 (or 0xAEC1D0) is known color: Spindle. HEX triplet: AE, C1 and D0. RGB value is (174,193,208). Sum of RGB (Red+Green+Blue) = 174+193+208=575 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.26% from 575); Green value is 193 (75.78% from 255 or 33.57% from 575); Blue value is 208 (81.64% from 255 or 36.17% from 575); Max value from RGB is 208 - color contains mainly: blue. Hex color #AEC1D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC1D0 is #513E2F. Grayscale: #BCBCBC. Windows color (decimal): -5324336 or 13681070. OLE color: 13681070.

HSL color Cylindrical-coordinate representation of color #AEC1D0: hue angle of 206.47º 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 #AEC1D0 is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 193 208 -
CMYK 0.16 0.07 0 0.18
HSL 206.47º 0.27% 0.75% -
HSV(B) 206.47º 0.16% 0.82% -
XYZ 47.91 51.69 67.13 -
YUV 189.03 138.71 117.28 -
System Red Green Blue C M Y K H S L
Decimal 174 193 208 0.16 0.07 0 0.18 206.47 0.27 0.75
Hex AE C1 D0 10 7 0 12 CE 1B 4B
Octal 256 301 320 20 7 0 22 316 33 113
Binary 10101110 11000001 11010000 10000 111 0 10010 11001110 11011 1001011

Color Harmonies of #AEC1D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC1D0

Black with #AEC1D0

Text Example


Text Example

White with #AEC1D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC1D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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