#97ADEC

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

Shades of Perano #97ADEC

Tints of Perano #97ADEC

Color information

#97ADEC (or 0x97ADEC) is unknown color: approx Perano. HEX triplet: 97, AD and EC. RGB value is (151,173,236). Sum of RGB (Red+Green+Blue) = 151+173+236=560 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.96% from 560); Green value is 173 (67.97% from 255 or 30.89% from 560); Blue value is 236 (92.58% from 255 or 42.14% from 560); Max value from RGB is 236 - color contains mainly: blue. Hex color #97ADEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #97ADEC is #685213. Grayscale: #ADADAD. Windows color (decimal): -6836756 or 15510935. OLE color: 15510935.

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

Color convert

RGB151173236-
CMYK0.360.2700.07
HSL224.47º69.11%75.88%-
HSV(B)224.47º36.02%92.55%-
XYZ42.8542.5285.31-
YUV173.6163.21111.88-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.96%
GREEN value IS 173 (67.97% from 255) = 30.89%
BLUE value IS 236 (92.58% from 255) = 42.14%
R=26.96%
G=30.89%
B=42.14%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1511732360.360.2700.07224.4769.1175.88
Hex97ADEC241B07e0454c
Octal227255354443307340105114
Binary1001011110101101111011001001001101101111110000010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97ADEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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