#97A9F2

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

Shades of Perano #97A9F2

Tints of Perano #97A9F2

Color information

#97A9F2 (or 0x97A9F2) is unknown color: approx Perano. HEX triplet: 97, A9 and F2. RGB value is (151,169,242). Sum of RGB (Red+Green+Blue) = 151+169+242=562 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.87% from 562); Green value is 169 (66.41% from 255 or 30.07% from 562); Blue value is 242 (94.92% from 255 or 43.06% from 562); Max value from RGB is 242 - color contains mainly: blue. Hex color #97A9F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #97A9F2 is #68560D. Grayscale: #ABABAB. Windows color (decimal): -6837774 or 15903127. OLE color: 15903127.

HSL color Cylindrical-coordinate representation of color #97A9F2: hue angle of 228.13º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #97A9F2 is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB151169242-
CMYK0.380.3000.05
HSL228.13º77.78%77.06%-
HSV(B)228.13º37.6%94.9%-
XYZ42.9841.3789.72-
YUV171.94167.54113.06-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.87%
GREEN value IS 169 (66.41% from 255) = 30.07%
BLUE value IS 242 (94.92% from 255) = 43.06%
R=26.87%
G=30.07%
B=43.06%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1511692420.380.3000.05228.1377.7877.06
Hex97A9F2261E05e44e4d
Octal227251362463605344116115
Binary1001011110101001111100101001101111001011110010010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A9F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,169,242); }

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

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

 a { background-color: rgb(151,169,242); }

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

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

 span { border-color: rgb(151,169,242); }

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