#afb9ee

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

Shades of Perano #AFB9EE

Tints of Perano #AFB9EE

Color information

#AFB9EE (or 0xAFB9EE) is unknown color: approx Perano. HEX triplet: AF, B9 and EE. RGB value is (175,185,238). Sum of RGB (Red+Green+Blue) = 175+185+238=598 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.26% from 598); Green value is 185 (72.66% from 255 or 30.94% from 598); Blue value is 238 (93.36% from 255 or 39.80% from 598); Max value from RGB is 238 - color contains mainly: blue. Hex color #AFB9EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB9EE is #504611. Grayscale: #BBBBBB. Windows color (decimal): -5260818 or 15645103. OLE color: 15645103.

HSL color Cylindrical-coordinate representation of color #AFB9EE: hue angle of 230.48º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFB9EE is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB175185238-
CMYK0.260.2200.07
HSL230.48º64.95%80.98%-
HSV(B)230.48º26.47%93.33%-
XYZ50.4649.9887.88-
YUV188.05156.19118.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.26%
GREEN value IS 185 (72.66% from 255) = 30.94%
BLUE value IS 238 (93.36% from 255) = 39.80%
R=29.26%
G=30.94%
B=39.80%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1751852380.260.2200.07230.4864.9580.98
HexAFB9EE1A1607e64151
Octal257271356322607346101121
Binary101011111011100111101110110101011001111110011010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #afb9ee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #afb9ee; }

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

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

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

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

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

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

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

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