#8FAFFE

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

Shades of Perano #8FAFFE

Tints of Perano #8FAFFE

Color information

#8FAFFE (or 0x8FAFFE) is unknown color: approx Perano. HEX triplet: 8F, AF and FE. RGB value is (143,175,254). Sum of RGB (Red+Green+Blue) = 143+175+254=572 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25% from 572); Green value is 175 (68.75% from 255 or 30.59% from 572); Blue value is 254 (99.61% from 255 or 44.41% from 572); Max value from RGB is 254 - color contains mainly: blue. Hex color #8FAFFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FAFFE is #705001. Grayscale: #AEAEAE. Windows color (decimal): -7360514 or 16691087. OLE color: 16691087.

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

Color convert

RGB143175254-
CMYK0.440.3100.00
HSL222.7º98.23%77.84%-
HSV(B)222.7º43.7%99.61%-
XYZ44.5543.6699.84-
YUV174.44172.9105.58-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25%
GREEN value IS 175 (68.75% from 255) = 30.59%
BLUE value IS 254 (99.61% from 255) = 44.41%
R=25%
G=30.59%
B=44.41%

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
Decimal1431752540.440.3100.00222.798.2377.84
Hex8FAFFE2C1F00df624e
Octal217257376543700337142116
Binary10001111101011111111111010110011111001101111111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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