#97B2ED

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

Shades of Perano #97B2ED

Tints of Perano #97B2ED

Color information

#97B2ED (or 0x97B2ED) is unknown color: approx Perano. HEX triplet: 97, B2 and ED. RGB value is (151,178,237). Sum of RGB (Red+Green+Blue) = 151+178+237=566 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.68% from 566); Green value is 178 (69.92% from 255 or 31.45% from 566); Blue value is 237 (92.97% from 255 or 41.87% from 566); Max value from RGB is 237 - color contains mainly: blue. Hex color #97B2ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #97B2ED is #684D12. Grayscale: #B0B0B0. Windows color (decimal): -6835475 or 15577751. OLE color: 15577751.

HSL color Cylindrical-coordinate representation of color #97B2ED: hue angle of 221.16º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #97B2ED is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB151178237-
CMYK0.360.2500.07
HSL221.16º70.49%76.08%-
HSV(B)221.16º36.29%92.94%-
XYZ43.9744.5386.4-
YUV176.65162.05109.7-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.68%
GREEN value IS 178 (69.92% from 255) = 31.45%
BLUE value IS 237 (92.97% from 255) = 41.87%
R=26.68%
G=31.45%
B=41.87%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1511782370.360.2500.07221.1670.4976.08
Hex97B2ED241907dd464c
Octal227262355443107335106114
Binary1001011110110010111011011001001100101111101110110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,178,237); }

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

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

 a { background-color: rgb(151,178,237); }

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

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

 span { border-color: rgb(151,178,237); }

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