#AEBBCC

Color #AEBBCC Spindle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spindle #AEBBCC

Tints of Spindle #AEBBCC

Color information

#AEBBCC (or 0xAEBBCC) is unknown color: approx Spindle. HEX triplet: AE, BB and CC. RGB value is (174,187,204). Sum of RGB (Red+Green+Blue) = 174+187+204=565 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.80% from 565); Green value is 187 (73.44% from 255 or 33.10% from 565); Blue value is 204 (80.08% from 255 or 36.11% from 565); Max value from RGB is 204 - color contains mainly: blue. Hex color #AEBBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBBCC is #514433. Grayscale: #B8B8B8. Windows color (decimal): -5325876 or 13417390. OLE color: 13417390.

HSL color Cylindrical-coordinate representation of color #AEBBCC: hue angle of 214º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AEBBCC is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB174187204-
CMYK0.150.0800.2
HSL214º22.73%74.12%-
HSV(B)214º14.71%80%-
XYZ46.1248.964.13-
YUV185.05138.69120.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.80%
GREEN value IS 187 (73.44% from 255) = 33.10%
BLUE value IS 204 (80.08% from 255) = 36.11%
R=30.80%
G=33.10%
B=36.11%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1741872040.150.0800.221422.7374.12
HexAEBBCCF8014d6174a
Octal256273314171002432627112
Binary1010111010111011110011001111100001010011010110101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBBCC; }

 p { color: rgb(174,187,204); }

 H1.HeaderClassName
 {
   color: #AEBBCC;
 }
 .AnyTagClassName
 {
   color: #AEBBCC;
 }
</style>
background-color css

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

 a { background-color: rgb(174,187,204); }

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

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

 span { border-color: rgb(174,187,204); }

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