#AFB3E4

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

Shades of Perano #AFB3E4

Tints of Perano #AFB3E4

Color information

#AFB3E4 (or 0xAFB3E4) is unknown color: approx Perano. HEX triplet: AF, B3 and E4. RGB value is (175,179,228). Sum of RGB (Red+Green+Blue) = 175+179+228=582 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.07% from 582); Green value is 179 (70.31% from 255 or 30.76% from 582); Blue value is 228 (89.45% from 255 or 39.18% from 582); Max value from RGB is 228 - color contains mainly: blue. Hex color #AFB3E4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB3E4 is #504C1B. Grayscale: #B7B7B7. Windows color (decimal): -5262364 or 14988207. OLE color: 14988207.

HSL color Cylindrical-coordinate representation of color #AFB3E4: hue angle of 235.47º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFB3E4 is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB175179228-
CMYK0.230.2100.11
HSL235.47º49.53%79.02%-
HSV(B)235.47º23.25%89.41%-
XYZ47.846.9679.94-
YUV183.39153.17122.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.07%
GREEN value IS 179 (70.31% from 255) = 30.76%
BLUE value IS 228 (89.45% from 255) = 39.18%
R=30.07%
G=30.76%
B=39.18%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1751792280.230.2100.11235.4749.5379.02
HexAFB3E417150Beb324f
Octal257263344272501335362117
Binary101011111011001111100100101111010101011111010111100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB3E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB3E4; }

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

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

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

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

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

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

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

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