#97B7FE

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

Shades of Perano #97B7FE

Tints of Perano #97B7FE

Color information

#97B7FE (or 0x97B7FE) is unknown color: approx Perano. HEX triplet: 97, B7 and FE. RGB value is (151,183,254). Sum of RGB (Red+Green+Blue) = 151+183+254=588 (77% of max value = 765). Red value is 151 (59.38% from 255 or 25.68% from 588); Green value is 183 (71.88% from 255 or 31.12% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #97B7FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97B7FE is #684801. Grayscale: #B5B5B5. Windows color (decimal): -6834178 or 16693143. OLE color: 16693143.

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

Color convert

RGB151183254-
CMYK0.410.2800.00
HSL221.36º98.1%79.41%-
HSV(B)221.36º40.55%99.61%-
XYZ47.5947.6100.45-
YUV181.53168.9106.23-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 25.68%
GREEN value IS 183 (71.88% from 255) = 31.12%
BLUE value IS 254 (99.61% from 255) = 43.20%
R=25.68%
G=31.12%
B=43.20%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1511832540.410.2800.00221.3698.179.41
Hex97B7FE291C00dd624f
Octal227267376513400335142117
Binary10010111101101111111111010100111100001101110111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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