#AFAEEF

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

Shades of Perano #AFAEEF

Tints of Perano #AFAEEF

Color information

#AFAEEF (or 0xAFAEEF) is unknown color: approx Perano. HEX triplet: AF, AE and EF. RGB value is (175,174,239). Sum of RGB (Red+Green+Blue) = 175+174+239=588 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.76% from 588); Green value is 174 (68.36% from 255 or 29.59% from 588); Blue value is 239 (93.75% from 255 or 40.65% from 588); Max value from RGB is 239 - color contains mainly: blue. Hex color #AFAEEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFAEEF is #505110. Grayscale: #B5B5B5. Windows color (decimal): -5263633 or 15707823. OLE color: 15707823.

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

Color convert

RGB175174239-
CMYK0.270.2700.06
HSL240.92º67.01%80.98%-
HSV(B)240.92º27.2%93.73%-
XYZ48.445.6287.92-
YUV181.71160.33123.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.76%
GREEN value IS 174 (68.36% from 255) = 29.59%
BLUE value IS 239 (93.75% from 255) = 40.65%
R=29.76%
G=29.59%
B=40.65%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1751742390.270.2700.06240.9267.0180.98
HexAFAEEF1B1B06f14351
Octal257256357333306361103121
Binary101011111010111011101111110111101101101111000110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAEEF; }

 p { color: rgb(175,174,239); }

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

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

 a { background-color: rgb(175,174,239); }

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

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

 span { border-color: rgb(175,174,239); }

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