#AFB3F2

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

Shades of Perano #AFB3F2

Tints of Perano #AFB3F2

Color information

#AFB3F2 (or 0xAFB3F2) is unknown color: approx Perano. HEX triplet: AF, B3 and F2. RGB value is (175,179,242). Sum of RGB (Red+Green+Blue) = 175+179+242=596 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.36% from 596); Green value is 179 (70.31% from 255 or 30.03% from 596); Blue value is 242 (94.92% from 255 or 40.60% from 596); Max value from RGB is 242 - color contains mainly: blue. Hex color #AFB3F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB3F2 is #504C0D. Grayscale: #B8B8B8. Windows color (decimal): -5262350 or 15905711. OLE color: 15905711.

HSL color Cylindrical-coordinate representation of color #AFB3F2: hue angle of 236.42º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFB3F2 is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB175179242-
CMYK0.280.2600.05
HSL236.42º72.04%81.76%-
HSV(B)236.42º27.69%94.9%-
XYZ49.8347.7690.6-
YUV184.99160.17120.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.36%
GREEN value IS 179 (70.31% from 255) = 30.03%
BLUE value IS 242 (94.92% from 255) = 40.60%
R=29.36%
G=30.03%
B=40.60%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1751792420.280.2600.05236.4272.0481.76
HexAFB3F21C1A05ec4852
Octal257263362343205354110122
Binary101011111011001111110010111001101001011110110010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB3F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB3F2; }

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

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

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

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

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

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

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

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