#ADAEED

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

Shades of Perano #ADAEED

Tints of Perano #ADAEED

Color information

#ADAEED (or 0xADAEED) is unknown color: approx Perano. HEX triplet: AD, AE and ED. RGB value is (173,174,237). Sum of RGB (Red+Green+Blue) = 173+174+237=584 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.62% from 584); Green value is 174 (68.36% from 255 or 29.79% from 584); Blue value is 237 (92.97% from 255 or 40.58% from 584); Max value from RGB is 237 - color contains mainly: blue. Hex color #ADAEED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADAEED is #525112. Grayscale: #B4B4B4. Windows color (decimal): -5394707 or 15576749. OLE color: 15576749.

HSL color Cylindrical-coordinate representation of color #ADAEED: hue angle of 239.06º degrees, saturation: 0.64, 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 #ADAEED is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB173174237-
CMYK0.270.2700.07
HSL239.06º64%80.39%-
HSV(B)239.06º27%92.94%-
XYZ47.6645.2786.35-
YUV180.88159.67122.38-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.62%
GREEN value IS 174 (68.36% from 255) = 29.79%
BLUE value IS 237 (92.97% from 255) = 40.58%
R=29.62%
G=29.79%
B=40.58%

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
Decimal1731742370.270.2700.07239.066480.39
HexADAEED1B1B07ef4050
Octal255256355333307357100120
Binary101011011010111011101101110111101101111110111110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAEED; }

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

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

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

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

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

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

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

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