#97ACFE

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

Shades of Perano #97ACFE

Tints of Perano #97ACFE

Color information

#97ACFE (or 0x97ACFE) is unknown color: approx Perano. HEX triplet: 97, AC and FE. RGB value is (151,172,254). Sum of RGB (Red+Green+Blue) = 151+172+254=577 (76% of max value = 765). Red value is 151 (59.38% from 255 or 26.17% from 577); Green value is 172 (67.58% from 255 or 29.81% from 577); Blue value is 254 (99.61% from 255 or 44.02% from 577); Max value from RGB is 254 - color contains mainly: blue. Hex color #97ACFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #97ACFE is #685301. Grayscale: #AEAEAE. Windows color (decimal): -6836994 or 16690327. OLE color: 16690327.

HSL color Cylindrical-coordinate representation of color #97ACFE: hue angle of 227.77º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #97ACFE is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB151172254-
CMYK0.410.3200.00
HSL227.77º98.1%79.41%-
HSV(B)227.77º40.55%99.61%-
XYZ45.443.2499.72-
YUV175.07172.54110.83-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.17%
GREEN value IS 172 (67.58% from 255) = 29.81%
BLUE value IS 254 (99.61% from 255) = 44.02%
R=26.17%
G=29.81%
B=44.02%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1511722540.410.3200.00227.7798.179.41
Hex97ACFE292000e4624f
Octal227254376514000344142117
Binary100101111010110011111110101001100000001110010011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97ACFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97ACFE; }

 p { color: rgb(151,172,254); }

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

<style>
 a { background-color: #97ACFE; }

 a { background-color: rgb(151,172,254); }

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

<style>
 span { border-color: #97ACFE; }

 span { border-color: rgb(151,172,254); }

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