#AEBCCF

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

Shades of Spindle #AEBCCF

Tints of Spindle #AEBCCF

Color information

#AEBCCF (or 0xAEBCCF) is unknown color: approx Spindle. HEX triplet: AE, BC and CF. RGB value is (174,188,207). Sum of RGB (Red+Green+Blue) = 174+188+207=569 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.58% from 569); Green value is 188 (73.83% from 255 or 33.04% from 569); Blue value is 207 (81.25% from 255 or 36.38% from 569); Max value from RGB is 207 - color contains mainly: blue. Hex color #AEBCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBCCF is #514330. Grayscale: #B9B9B9. Windows color (decimal): -5325617 or 13614254. OLE color: 13614254.

HSL color Cylindrical-coordinate representation of color #AEBCCF: hue angle of 214.55º degrees, saturation: 0.26, 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 #AEBCCF is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB174188207-
CMYK0.160.0900.19
HSL214.55º25.58%74.71%-
HSV(B)214.55º15.94%81.18%-
XYZ46.749.4766.12-
YUV185.98139.86119.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.58%
GREEN value IS 188 (73.83% from 255) = 33.04%
BLUE value IS 207 (81.25% from 255) = 36.38%
R=30.58%
G=33.04%
B=36.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1741882070.160.0900.19214.5525.5874.71
HexAEBCCF109013d71a4b
Octal256274317201102332732113
Binary10101110101111001100111110000100101001111010111110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBCCF; }

 p { color: rgb(174,188,207); }

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

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

 a { background-color: rgb(174,188,207); }

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

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

 span { border-color: rgb(174,188,207); }

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