#ADAEEE

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

Shades of Perano #ADAEEE

Tints of Perano #ADAEEE

Color information

#ADAEEE (or 0xADAEEE) is unknown color: approx Perano. HEX triplet: AD, AE and EE. RGB value is (173,174,238). Sum of RGB (Red+Green+Blue) = 173+174+238=585 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.57% from 585); Green value is 174 (68.36% from 255 or 29.74% from 585); Blue value is 238 (93.36% from 255 or 40.68% from 585); Max value from RGB is 238 - color contains mainly: blue. Hex color #ADAEEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADAEEE is #525111. Grayscale: #B4B4B4. Windows color (decimal): -5394706 or 15642285. OLE color: 15642285.

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

Color convert

RGB173174238-
CMYK0.270.2700.07
HSL239.08º65.66%80.59%-
HSV(B)239.08º27.31%93.33%-
XYZ47.845.3387.12-
YUV181160.17122.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.57%
GREEN value IS 174 (68.36% from 255) = 29.74%
BLUE value IS 238 (93.36% from 255) = 40.68%
R=29.57%
G=29.74%
B=40.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1731742380.270.2700.07239.0865.6680.59
HexADAEEE1B1B07ef4251
Octal255256356333307357102121
Binary101011011010111011101110110111101101111110111110000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAEEE; }

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

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

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

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

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

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

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

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