#AEBCFD

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

Shades of Perano #AEBCFD

Tints of Perano #AEBCFD

Color information

#AEBCFD (or 0xAEBCFD) is unknown color: approx Perano. HEX triplet: AE, BC and FD. RGB value is (174,188,253). Sum of RGB (Red+Green+Blue) = 174+188+253=615 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.29% from 615); Green value is 188 (73.83% from 255 or 30.57% from 615); Blue value is 253 (99.22% from 255 or 41.14% from 615); Max value from RGB is 253 - color contains mainly: blue. Hex color #AEBCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBCFD is #514302. Grayscale: #BEBEBE. Windows color (decimal): -5325571 or 16628910. OLE color: 16628910.

HSL color Cylindrical-coordinate representation of color #AEBCFD: hue angle of 229.37º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEBCFD is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB174188253-
CMYK0.310.2600.01
HSL229.37º95.18%83.73%-
HSV(B)229.37º31.23%99.22%-
XYZ53.1752.06100.17-
YUV191.22162.86115.71-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.29%
GREEN value IS 188 (73.83% from 255) = 30.57%
BLUE value IS 253 (99.22% from 255) = 41.14%
R=28.29%
G=30.57%
B=41.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1741882530.310.2600.01229.3795.1883.73
HexAEBCFD1F1A01e55f54
Octal256274375373201345137124
Binary1010111010111100111111011111111010011110010110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBCFD; }

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

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

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

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

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

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

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

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