#AFB6EE

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

Shades of Perano #AFB6EE

Tints of Perano #AFB6EE

Color information

#AFB6EE (or 0xAFB6EE) is unknown color: approx Perano. HEX triplet: AF, B6 and EE. RGB value is (175,182,238). Sum of RGB (Red+Green+Blue) = 175+182+238=595 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.41% from 595); Green value is 182 (71.48% from 255 or 30.59% from 595); Blue value is 238 (93.36% from 255 or 40% from 595); Max value from RGB is 238 - color contains mainly: blue. Hex color #AFB6EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB6EE is #504911. Grayscale: #BABABA. Windows color (decimal): -5261586 or 15644335. OLE color: 15644335.

HSL color Cylindrical-coordinate representation of color #AFB6EE: hue angle of 233.33º 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 #AFB6EE is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB175182238-
CMYK0.260.2400.07
HSL233.33º64.95%80.98%-
HSV(B)233.33º26.47%93.33%-
XYZ49.8448.7487.67-
YUV186.29157.18119.95-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.41%
GREEN value IS 182 (71.48% from 255) = 30.59%
BLUE value IS 238 (93.36% from 255) = 40%
R=29.41%
G=30.59%
B=40%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1751822380.260.2400.07233.3364.9580.98
HexAFB6EE1A1807e94151
Octal257266356323007351101121
Binary101011111011011011101110110101100001111110100110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB6EE; }

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

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

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

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

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

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

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

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