#ADAFE5

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

Shades of Perano #ADAFE5

Tints of Perano #ADAFE5

Color information

#ADAFE5 (or 0xADAFE5) is unknown color: approx Perano. HEX triplet: AD, AF and E5. RGB value is (173,175,229). Sum of RGB (Red+Green+Blue) = 173+175+229=577 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.98% from 577); Green value is 175 (68.75% from 255 or 30.33% from 577); Blue value is 229 (89.84% from 255 or 39.69% from 577); Max value from RGB is 229 - color contains mainly: blue. Hex color #ADAFE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAFE5 is #52501A. Grayscale: #B4B4B4. Windows color (decimal): -5394459 or 15052717. OLE color: 15052717.

HSL color Cylindrical-coordinate representation of color #ADAFE5: hue angle of 237.86º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADAFE5 is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB173175229-
CMYK0.240.2400.10
HSL237.86º51.85%78.82%-
HSV(B)237.86º24.45%89.8%-
XYZ46.7145.280.39-
YUV180.56155.34122.61-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.98%
GREEN value IS 175 (68.75% from 255) = 30.33%
BLUE value IS 229 (89.84% from 255) = 39.69%
R=29.98%
G=30.33%
B=39.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1731752290.240.2400.10237.8651.8578.82
HexADAFE518180Aee344f
Octal255257345303001235664117
Binary101011011010111111100101110001100001010111011101101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAFE5; }

 p { color: rgb(173,175,229); }

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

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

 a { background-color: rgb(173,175,229); }

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

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

 span { border-color: rgb(173,175,229); }

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