#8FAEFB

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

Shades of Perano #8FAEFB

Tints of Perano #8FAEFB

Color information

#8FAEFB (or 0x8FAEFB) is unknown color: approx Perano. HEX triplet: 8F, AE and FB. RGB value is (143,174,251). Sum of RGB (Red+Green+Blue) = 143+174+251=568 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.18% from 568); Green value is 174 (68.36% from 255 or 30.63% from 568); Blue value is 251 (98.44% from 255 or 44.19% from 568); Max value from RGB is 251 - color contains mainly: blue. Hex color #8FAEFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FAEFB is #705104. Grayscale: #ADADAD. Windows color (decimal): -7360773 or 16494223. OLE color: 16494223.

HSL color Cylindrical-coordinate representation of color #8FAEFB: hue angle of 222.78º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FAEFB is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB143174251-
CMYK0.430.3100.02
HSL222.78º93.1%77.25%-
HSV(B)222.78º43.03%98.43%-
XYZ43.8843.0897.27-
YUV173.51171.73106.24-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.18%
GREEN value IS 174 (68.36% from 255) = 30.63%
BLUE value IS 251 (98.44% from 255) = 44.19%
R=25.18%
G=30.63%
B=44.19%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1431742510.430.3100.02222.7893.177.25
Hex8FAEFB2B1F02df5d4d
Octal217256373533702337135115
Binary100011111010111011111011101011111110101101111110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8FAEFB; }

 p { color: rgb(143,174,251); }

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

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

 a { background-color: rgb(143,174,251); }

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

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

 span { border-color: rgb(143,174,251); }

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