#97B7EB

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

Shades of Perano #97B7EB

Tints of Perano #97B7EB

Color information

#97B7EB (or 0x97B7EB) is unknown color: approx Perano. HEX triplet: 97, B7 and EB. RGB value is (151,183,235). Sum of RGB (Red+Green+Blue) = 151+183+235=569 (75% of max value = 765). Red value is 151 (59.38% from 255 or 26.54% from 569); Green value is 183 (71.88% from 255 or 32.16% from 569); Blue value is 235 (92.19% from 255 or 41.30% from 569); Max value from RGB is 235 - color contains mainly: blue. Hex color #97B7EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97B7EB is #684814. Grayscale: #B3B3B3. Windows color (decimal): -6834197 or 15447959. OLE color: 15447959.

HSL color Cylindrical-coordinate representation of color #97B7EB: hue angle of 217.14º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #97B7EB is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB151183235-
CMYK0.360.2200.08
HSL217.14º67.74%75.69%-
HSV(B)217.14º35.74%92.16%-
XYZ44.6946.4485.21-
YUV179.36159.4107.77-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.54%
GREEN value IS 183 (71.88% from 255) = 32.16%
BLUE value IS 235 (92.19% from 255) = 41.30%
R=26.54%
G=32.16%
B=41.30%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1511832350.360.2200.08217.1467.7475.69
Hex97B7EB241608d9444c
Octal2272673534426010331104114
Binary10010111101101111110101110010010110010001101100110001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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