#AFB9EB

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

Shades of Perano #AFB9EB

Tints of Perano #AFB9EB

Color information

#AFB9EB (or 0xAFB9EB) is unknown color: approx Perano. HEX triplet: AF, B9 and EB. RGB value is (175,185,235). Sum of RGB (Red+Green+Blue) = 175+185+235=595 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.41% from 595); Green value is 185 (72.66% from 255 or 31.09% from 595); Blue value is 235 (92.19% from 255 or 39.50% from 595); Max value from RGB is 235 - color contains mainly: blue. Hex color #AFB9EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB9EB is #504614. Grayscale: #BBBBBB. Windows color (decimal): -5260821 or 15448495. OLE color: 15448495.

HSL color Cylindrical-coordinate representation of color #AFB9EB: hue angle of 230º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFB9EB is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB175185235-
CMYK0.260.2100.08
HSL230º60%80.39%-
HSV(B)230º25.53%92.16%-
XYZ50.0249.8185.58-
YUV187.71154.69118.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.41%
GREEN value IS 185 (72.66% from 255) = 31.09%
BLUE value IS 235 (92.19% from 255) = 39.50%
R=29.41%
G=31.09%
B=39.50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1751852350.260.2100.082306080.39
HexAFB9EB1A1508e63c50
Octal257271353322501034674120
Binary101011111011100111101011110101010101000111001101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB9EB; }

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

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

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

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

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

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

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

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