#97B4EC

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

Shades of Perano #97B4EC

Tints of Perano #97B4EC

Color information

#97B4EC (or 0x97B4EC) is unknown color: approx Perano. HEX triplet: 97, B4 and EC. RGB value is (151,180,236). Sum of RGB (Red+Green+Blue) = 151+180+236=567 (75% of max value = 765). Red value is 151 (59.38% from 255 or 26.63% from 567); Green value is 180 (70.70% from 255 or 31.75% from 567); Blue value is 236 (92.58% from 255 or 41.62% from 567); Max value from RGB is 236 - color contains mainly: blue. Hex color #97B4EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97B4EC is #684B13. Grayscale: #B1B1B1. Windows color (decimal): -6834964 or 15512727. OLE color: 15512727.

HSL color Cylindrical-coordinate representation of color #97B4EC: hue angle of 219.53º degrees, saturation: 0.69, 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 #97B4EC is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB151180236-
CMYK0.360.2400.07
HSL219.53º69.11%75.88%-
HSV(B)219.53º36.02%92.55%-
XYZ44.2245.2885.77-
YUV177.71160.89108.95-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.63%
GREEN value IS 180 (70.70% from 255) = 31.75%
BLUE value IS 236 (92.58% from 255) = 41.62%
R=26.63%
G=31.75%
B=41.62%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1511802360.360.2400.07219.5369.1175.88
Hex97B4EC241807dc454c
Octal227264354443007334105114
Binary1001011110110100111011001001001100001111101110010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,180,236); }

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

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

 a { background-color: rgb(151,180,236); }

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

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

 span { border-color: rgb(151,180,236); }

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