#AFB3EF

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

Shades of Perano #AFB3EF

Tints of Perano #AFB3EF

Color information

#AFB3EF (or 0xAFB3EF) is unknown color: approx Perano. HEX triplet: AF, B3 and EF. RGB value is (175,179,239). Sum of RGB (Red+Green+Blue) = 175+179+239=593 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.51% from 593); Green value is 179 (70.31% from 255 or 30.19% from 593); Blue value is 239 (93.75% from 255 or 40.30% from 593); Max value from RGB is 239 - color contains mainly: blue. Hex color #AFB3EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB3EF is #504C10. Grayscale: #B8B8B8. Windows color (decimal): -5262353 or 15709103. OLE color: 15709103.

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

Color convert

RGB175179239-
CMYK0.270.2500.06
HSL236.25º66.67%81.18%-
HSV(B)236.25º26.78%93.73%-
XYZ49.3847.5988.24-
YUV184.64158.67121.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.51%
GREEN value IS 179 (70.31% from 255) = 30.19%
BLUE value IS 239 (93.75% from 255) = 40.30%
R=29.51%
G=30.19%
B=40.30%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1751792390.270.2500.06236.2566.6781.18
HexAFB3EF1B1906ec4351
Octal257263357333106354103121
Binary101011111011001111101111110111100101101110110010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB3EF; }

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

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

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

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

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

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

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

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