#97AEFC

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

Shades of Perano #97AEFC

Tints of Perano #97AEFC

Color information

#97AEFC (or 0x97AEFC) is unknown color: approx Perano. HEX triplet: 97, AE and FC. RGB value is (151,174,252). Sum of RGB (Red+Green+Blue) = 151+174+252=577 (76% of max value = 765). Red value is 151 (59.38% from 255 or 26.17% from 577); Green value is 174 (68.36% from 255 or 30.16% from 577); Blue value is 252 (98.83% from 255 or 43.67% from 577); Max value from RGB is 252 - color contains mainly: blue. Hex color #97AEFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #97AEFC is #685103. Grayscale: #AFAFAF. Windows color (decimal): -6836484 or 16559767. OLE color: 16559767.

HSL color Cylindrical-coordinate representation of color #97AEFC: hue angle of 226.34º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97AEFC is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB151174252-
CMYK0.400.3100.01
HSL226.34º94.39%79.02%-
HSV(B)226.34º40.08%98.82%-
XYZ45.4743.8898.17-
YUV176.02170.88110.16-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.17%
GREEN value IS 174 (68.36% from 255) = 30.16%
BLUE value IS 252 (98.83% from 255) = 43.67%
R=26.17%
G=30.16%
B=43.67%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1511742520.400.3100.01226.3494.3979.02
Hex97AEFC281F01e25e4f
Octal227256374503701342136117
Binary10010111101011101111110010100011111011110001010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97AEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,174,252); }

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

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

 a { background-color: rgb(151,174,252); }

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

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

 span { border-color: rgb(151,174,252); }

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