#8FAAFE

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

Shades of Perano #8FAAFE

Tints of Perano #8FAAFE

Color information

#8FAAFE (or 0x8FAAFE) is unknown color: approx Perano. HEX triplet: 8F, AA and FE. RGB value is (143,170,254). Sum of RGB (Red+Green+Blue) = 143+170+254=567 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.22% from 567); Green value is 170 (66.80% from 255 or 29.98% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #8FAAFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FAAFE is #705501. Grayscale: #ABABAB. Windows color (decimal): -7361794 or 16689807. OLE color: 16689807.

HSL color Cylindrical-coordinate representation of color #8FAAFE: hue angle of 225.41º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FAAFE is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB143170254-
CMYK0.440.3300.00
HSL225.41º98.23%77.84%-
HSV(B)225.41º43.7%99.61%-
XYZ43.5941.7499.53-
YUV171.5174.55107.67-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.22%
GREEN value IS 170 (66.80% from 255) = 29.98%
BLUE value IS 254 (99.61% from 255) = 44.80%
R=25.22%
G=29.98%
B=44.80%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1431702540.440.3300.00225.4198.2377.84
Hex8FAAFE2C2100e1624e
Octal217252376544100341142116
Binary100011111010101011111110101100100001001110000111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,170,254); }

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

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

 a { background-color: rgb(143,170,254); }

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

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

 span { border-color: rgb(143,170,254); }

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