#AFABEE

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

Shades of Perano #AFABEE

Tints of Perano #AFABEE

Color information

#AFABEE (or 0xAFABEE) is unknown color: approx Perano. HEX triplet: AF, AB and EE. RGB value is (175,171,238). Sum of RGB (Red+Green+Blue) = 175+171+238=584 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.97% from 584); Green value is 171 (67.19% from 255 or 29.28% from 584); Blue value is 238 (93.36% from 255 or 40.75% from 584); Max value from RGB is 238 - color contains mainly: blue. Hex color #AFABEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFABEE is #505411. Grayscale: #B3B3B3. Windows color (decimal): -5264402 or 15641519. OLE color: 15641519.

HSL color Cylindrical-coordinate representation of color #AFABEE: hue angle of 243.58º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFABEE is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB175171238-
CMYK0.260.2800.07
HSL243.58º66.34%80.2%-
HSV(B)243.58º28.15%93.33%-
XYZ47.6744.4186.95-
YUV179.83160.83124.55-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.97%
GREEN value IS 171 (67.19% from 255) = 29.28%
BLUE value IS 238 (93.36% from 255) = 40.75%
R=29.97%
G=29.28%
B=40.75%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1751712380.260.2800.07243.5866.3480.2
HexAFABEE1A1C07f44250
Octal257253356323407364102120
Binary101011111010101111101110110101110001111111010010000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFABEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFABEE; }

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

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

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

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

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

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

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

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