#AFB0EE

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

Shades of Perano #AFB0EE

Tints of Perano #AFB0EE

Color information

#AFB0EE (or 0xAFB0EE) is unknown color: approx Perano. HEX triplet: AF, B0 and EE. RGB value is (175,176,238). Sum of RGB (Red+Green+Blue) = 175+176+238=589 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.71% from 589); Green value is 176 (69.14% from 255 or 29.88% from 589); Blue value is 238 (93.36% from 255 or 40.41% from 589); Max value from RGB is 238 - color contains mainly: blue. Hex color #AFB0EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFB0EE is #504F11. Grayscale: #B6B6B6. Windows color (decimal): -5263122 or 15642799. OLE color: 15642799.

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

Color convert

RGB175176238-
CMYK0.260.2600.07
HSL239.05º64.95%80.98%-
HSV(B)239.05º26.47%93.33%-
XYZ48.6446.3487.27-
YUV182.77159.17122.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.71%
GREEN value IS 176 (69.14% from 255) = 29.88%
BLUE value IS 238 (93.36% from 255) = 40.41%
R=29.71%
G=29.88%
B=40.41%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1751762380.260.2600.07239.0564.9580.98
HexAFB0EE1A1A07ef4151
Octal257260356323207357101121
Binary101011111011000011101110110101101001111110111110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB0EE; }

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

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

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

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

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

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

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

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