Html Css Color HEX #AEC0CE Spindle

📋 copy color: '#AEC0CE'

red 174 ◦ green 192 ◦ blue 206

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

Shades of Spindle #AEC0CE

Tints of Spindle #AEC0CE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.57%

 BLUE value IS 206 (80.86% from 255) = 36.01%

R = 30.42%
G = 33.57%
B = 36.01%

CMYK

 C value IS 0.16

 M value IS 0.07

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AEC0CE (or 0xAEC0CE) is known color: Spindle. HEX triplet: AE, C0 and CE. RGB value is (174,192,206). Sum of RGB (Red+Green+Blue) = 174+192+206=572 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.42% from 572); Green value is 192 (75.39% from 255 or 33.57% from 572); Blue value is 206 (80.86% from 255 or 36.01% from 572); Max value from RGB is 206 - color contains mainly: blue. Hex color #AEC0CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC0CE is #513F31. Grayscale: #BCBCBC. Windows color (decimal): -5324594 or 13549742. OLE color: 13549742.

HSL color Cylindrical-coordinate representation of color #AEC0CE: hue angle of 206.25º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AEC0CE is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 174 192 206 -
CMYK 0.16 0.07 0 0.19
HSL 206.25º 0.25% 0.75% -
HSV(B) 206.25º 0.16% 0.81% -
XYZ 47.45 51.15 65.77 -
YUV 188.21 138.04 117.86 -
System Red Green Blue C M Y K H S L
Decimal 174 192 206 0.16 0.07 0 0.19 206.25 0.25 0.75
Hex AE C0 CE 10 7 0 13 CE 19 4B
Octal 256 300 316 20 7 0 23 316 31 113
Binary 10101110 11000000 11001110 10000 111 0 10011 11001110 11001 1001011

Color Harmonies of #AEC0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC0CE

Black with #AEC0CE

Text Example


Text Example

White with #AEC0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC0CE; }

 p { color: rgb(174,192,206); }

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

background-color css

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

 a { background-color: rgb(174,192,206); }

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

border-color css

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

 span { border-color: rgb(174,192,206); }

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