#9FACFC

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

Shades of Perano #9FACFC

Tints of Perano #9FACFC

Color information

#9FACFC (or 0x9FACFC) is unknown color: approx Perano. HEX triplet: 9F, AC and FC. RGB value is (159,172,252). Sum of RGB (Red+Green+Blue) = 159+172+252=583 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.27% from 583); Green value is 172 (67.58% from 255 or 29.50% from 583); Blue value is 252 (98.83% from 255 or 43.22% from 583); Max value from RGB is 252 - color contains mainly: blue. Hex color #9FACFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FACFC is #605303. Grayscale: #B0B0B0. Windows color (decimal): -6312708 or 16559263. OLE color: 16559263.

HSL color Cylindrical-coordinate representation of color #9FACFC: hue angle of 231.61º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FACFC is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB159172252-
CMYK0.370.3200.01
HSL231.61º93.94%80.59%-
HSV(B)231.61º36.9%98.82%-
XYZ46.6243.998.11-
YUV177.23170.19115-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.27%
GREEN value IS 172 (67.58% from 255) = 29.50%
BLUE value IS 252 (98.83% from 255) = 43.22%
R=27.27%
G=29.50%
B=43.22%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1591722520.370.3200.01231.6193.9480.59
Hex9FACFC252001e85e51
Octal237254374454001350136121
Binary100111111010110011111100100101100000011110100010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FACFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9FACFC; }

 p { color: rgb(159,172,252); }

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

<style>
 a { background-color: #9FACFC; }

 a { background-color: rgb(159,172,252); }

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

<style>
 span { border-color: #9FACFC; }

 span { border-color: rgb(159,172,252); }

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