#ADAEEC

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

Shades of Perano #ADAEEC

Tints of Perano #ADAEEC

Color information

#ADAEEC (or 0xADAEEC) is unknown color: approx Perano. HEX triplet: AD, AE and EC. RGB value is (173,174,236). Sum of RGB (Red+Green+Blue) = 173+174+236=583 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.67% from 583); Green value is 174 (68.36% from 255 or 29.85% from 583); Blue value is 236 (92.58% from 255 or 40.48% from 583); Max value from RGB is 236 - color contains mainly: blue. Hex color #ADAEEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADAEEC is #525113. Grayscale: #B4B4B4. Windows color (decimal): -5394708 or 15511213. OLE color: 15511213.

HSL color Cylindrical-coordinate representation of color #ADAEEC: hue angle of 239.05º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADAEEC is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB173174236-
CMYK0.270.2600.07
HSL239.05º62.38%80.2%-
HSV(B)239.05º26.69%92.55%-
XYZ47.5145.2185.58-
YUV180.77159.17122.46-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.67%
GREEN value IS 174 (68.36% from 255) = 29.85%
BLUE value IS 236 (92.58% from 255) = 40.48%
R=29.67%
G=29.85%
B=40.48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1731742360.270.2600.07239.0562.3880.2
HexADAEEC1B1A07ef3e50
Octal25525635433320735776120
Binary10101101101011101110110011011110100111111011111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAEEC; }

 p { color: rgb(173,174,236); }

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

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

 a { background-color: rgb(173,174,236); }

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

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

 span { border-color: rgb(173,174,236); }

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