#AFB9EF

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

Shades of Perano #AFB9EF

Tints of Perano #AFB9EF

Color information

#AFB9EF (or 0xAFB9EF) is unknown color: approx Perano. HEX triplet: AF, B9 and EF. RGB value is (175,185,239). Sum of RGB (Red+Green+Blue) = 175+185+239=599 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.22% from 599); Green value is 185 (72.66% from 255 or 30.88% from 599); Blue value is 239 (93.75% from 255 or 39.90% from 599); Max value from RGB is 239 - color contains mainly: blue. Hex color #AFB9EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB9EF is #504610. Grayscale: #BBBBBB. Windows color (decimal): -5260817 or 15710639. OLE color: 15710639.

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

Color convert

RGB175185239-
CMYK0.270.2300.06
HSL230.62º66.67%81.18%-
HSV(B)230.62º26.78%93.73%-
XYZ50.6150.0488.65-
YUV188.17156.69118.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.22%
GREEN value IS 185 (72.66% from 255) = 30.88%
BLUE value IS 239 (93.75% from 255) = 39.90%
R=29.22%
G=30.88%
B=39.90%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1751852390.270.2300.06230.6266.6781.18
HexAFB9EF1B1706e74351
Octal257271357332706347103121
Binary101011111011100111101111110111011101101110011110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB9EF; }

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

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

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

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

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

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

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

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