#ADAFEC

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

Shades of Perano #ADAFEC

Tints of Perano #ADAFEC

Color information

#ADAFEC (or 0xADAFEC) is unknown color: approx Perano. HEX triplet: AD, AF and EC. RGB value is (173,175,236). Sum of RGB (Red+Green+Blue) = 173+175+236=584 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.62% from 584); Green value is 175 (68.75% from 255 or 29.97% from 584); Blue value is 236 (92.58% from 255 or 40.41% from 584); Max value from RGB is 236 - color contains mainly: blue. Hex color #ADAFEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADAFEC is #525013. Grayscale: #B5B5B5. Windows color (decimal): -5394452 or 15511469. OLE color: 15511469.

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

Color convert

RGB173175236-
CMYK0.270.2600.07
HSL238.1º62.38%80.2%-
HSV(B)238.1º26.69%92.55%-
XYZ47.745.685.64-
YUV181.36158.84122.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.62%
GREEN value IS 175 (68.75% from 255) = 29.97%
BLUE value IS 236 (92.58% from 255) = 40.41%
R=29.62%
G=29.97%
B=40.41%

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
Decimal1731752360.270.2600.07238.162.3880.2
HexADAFEC1B1A07ee3e50
Octal25525735433320735676120
Binary10101101101011111110110011011110100111111011101111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAFEC; }

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

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

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

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

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

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

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

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