#97AAFE

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

Shades of Perano #97AAFE

Tints of Perano #97AAFE

Color information

#97AAFE (or 0x97AAFE) is unknown color: approx Perano. HEX triplet: 97, AA and FE. RGB value is (151,170,254). Sum of RGB (Red+Green+Blue) = 151+170+254=575 (76% of max value = 765). Red value is 151 (59.38% from 255 or 26.26% from 575); Green value is 170 (66.80% from 255 or 29.57% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #97AAFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #97AAFE is #685501. Grayscale: #ADADAD. Windows color (decimal): -6837506 or 16689815. OLE color: 16689815.

HSL color Cylindrical-coordinate representation of color #97AAFE: hue angle of 228.93º 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 #97AAFE is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB151170254-
CMYK0.410.3300.00
HSL228.93º98.1%79.41%-
HSV(B)228.93º40.55%99.61%-
XYZ45.0342.4899.59-
YUV173.9173.21111.67-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.26%
GREEN value IS 170 (66.80% from 255) = 29.57%
BLUE value IS 254 (99.61% from 255) = 44.17%
R=26.26%
G=29.57%
B=44.17%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1511702540.410.3300.00228.9398.179.41
Hex97AAFE292100e5624f
Octal227252376514100345142117
Binary100101111010101011111110101001100001001110010111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97AAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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