#8FAEFE

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

Shades of Perano #8FAEFE

Tints of Perano #8FAEFE

Color information

#8FAEFE (or 0x8FAEFE) is unknown color: approx Perano. HEX triplet: 8F, AE and FE. RGB value is (143,174,254). Sum of RGB (Red+Green+Blue) = 143+174+254=571 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.04% from 571); Green value is 174 (68.36% from 255 or 30.47% from 571); Blue value is 254 (99.61% from 255 or 44.48% from 571); Max value from RGB is 254 - color contains mainly: blue. Hex color #8FAEFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FAEFE is #705101. Grayscale: #ADADAD. Windows color (decimal): -7360770 or 16690831. OLE color: 16690831.

HSL color Cylindrical-coordinate representation of color #8FAEFE: hue angle of 223.24º 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 #8FAEFE is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB143174254-
CMYK0.440.3100.00
HSL223.24º98.23%77.84%-
HSV(B)223.24º43.7%99.61%-
XYZ44.3543.2799.78-
YUV173.85173.23106-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.04%
GREEN value IS 174 (68.36% from 255) = 30.47%
BLUE value IS 254 (99.61% from 255) = 44.48%
R=25.04%
G=30.47%
B=44.48%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1431742540.440.3100.00223.2498.2377.84
Hex8FAEFE2C1F00df624e
Octal217256376543700337142116
Binary10001111101011101111111010110011111001101111111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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