#8FAFFB

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

Shades of Perano #8FAFFB

Tints of Perano #8FAFFB

Color information

#8FAFFB (or 0x8FAFFB) is unknown color: approx Perano. HEX triplet: 8F, AF and FB. RGB value is (143,175,251). Sum of RGB (Red+Green+Blue) = 143+175+251=569 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.13% from 569); Green value is 175 (68.75% from 255 or 30.76% from 569); Blue value is 251 (98.44% from 255 or 44.11% from 569); Max value from RGB is 251 - color contains mainly: blue. Hex color #8FAFFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FAFFB is #705004. Grayscale: #ADADAD. Windows color (decimal): -7360517 or 16494479. OLE color: 16494479.

HSL color Cylindrical-coordinate representation of color #8FAFFB: hue angle of 222.22º 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 #8FAFFB is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB143175251-
CMYK0.430.3000.02
HSL222.22º93.1%77.25%-
HSV(B)222.22º43.03%98.43%-
XYZ44.0743.4697.33-
YUV174.1171.4105.82-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.13%
GREEN value IS 175 (68.75% from 255) = 30.76%
BLUE value IS 251 (98.44% from 255) = 44.11%
R=25.13%
G=30.76%
B=44.11%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1431752510.430.3000.02222.2293.177.25
Hex8FAFFB2B1E02de5d4d
Octal217257373533602336135115
Binary100011111010111111111011101011111100101101111010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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