#ADAFEE

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

Shades of Perano #ADAFEE

Tints of Perano #ADAFEE

Color information

#ADAFEE (or 0xADAFEE) is unknown color: approx Perano. HEX triplet: AD, AF and EE. RGB value is (173,175,238). Sum of RGB (Red+Green+Blue) = 173+175+238=586 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.52% from 586); Green value is 175 (68.75% from 255 or 29.86% from 586); Blue value is 238 (93.36% from 255 or 40.61% from 586); Max value from RGB is 238 - color contains mainly: blue. Hex color #ADAFEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADAFEE is #525011. Grayscale: #B5B5B5. Windows color (decimal): -5394450 or 15642541. OLE color: 15642541.

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

Color convert

RGB173175238-
CMYK0.270.2600.07
HSL238.15º65.66%80.59%-
HSV(B)238.15º27.31%93.33%-
XYZ4845.7287.18-
YUV181.58159.84121.88-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.52%
GREEN value IS 175 (68.75% from 255) = 29.86%
BLUE value IS 238 (93.36% from 255) = 40.61%
R=29.52%
G=29.86%
B=40.61%

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
Decimal1731752380.270.2600.07238.1565.6680.59
HexADAFEE1B1A07ee4251
Octal255257356333207356102121
Binary101011011010111111101110110111101001111110111010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAFEE; }

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

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

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

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

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

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

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

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