#97ACF7

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

Shades of Perano #97ACF7

Tints of Perano #97ACF7

Color information

#97ACF7 (or 0x97ACF7) is unknown color: approx Perano. HEX triplet: 97, AC and F7. RGB value is (151,172,247). Sum of RGB (Red+Green+Blue) = 151+172+247=570 (75% of max value = 765). Red value is 151 (59.38% from 255 or 26.49% from 570); Green value is 172 (67.58% from 255 or 30.18% from 570); Blue value is 247 (96.88% from 255 or 43.33% from 570); Max value from RGB is 247 - color contains mainly: blue. Hex color #97ACF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #97ACF7 is #685308. Grayscale: #ADADAD. Windows color (decimal): -6837001 or 16231575. OLE color: 16231575.

HSL color Cylindrical-coordinate representation of color #97ACF7: hue angle of 226.88º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #97ACF7 is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB151172247-
CMYK0.390.3000.03
HSL226.88º85.71%78.04%-
HSV(B)226.88º38.87%96.86%-
XYZ44.342.893.92-
YUV174.27169.04111.4-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.49%
GREEN value IS 172 (67.58% from 255) = 30.18%
BLUE value IS 247 (96.88% from 255) = 43.33%
R=26.49%
G=30.18%
B=43.33%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1511722470.390.3000.03226.8885.7178.04
Hex97ACF7271E03e3564e
Octal227254367473603343126116
Binary100101111010110011110111100111111100111110001110101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97ACF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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