#95ADEC

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

Shades of Perano #95ADEC

Tints of Perano #95ADEC

Color information

#95ADEC (or 0x95ADEC) is unknown color: approx Perano. HEX triplet: 95, AD and EC. RGB value is (149,173,236). Sum of RGB (Red+Green+Blue) = 149+173+236=558 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.70% from 558); Green value is 173 (67.97% from 255 or 31.00% from 558); Blue value is 236 (92.58% from 255 or 42.29% from 558); Max value from RGB is 236 - color contains mainly: blue. Hex color #95ADEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #95ADEC is #6A5213. Grayscale: #ACACAC. Windows color (decimal): -6967828 or 15510933. OLE color: 15510933.

HSL color Cylindrical-coordinate representation of color #95ADEC: hue angle of 223.45º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95ADEC is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB149173236-
CMYK0.370.2700.07
HSL223.45º69.6%75.49%-
HSV(B)223.45º36.86%92.55%-
XYZ42.4842.3385.29-
YUV173.01163.55110.88-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.70%
GREEN value IS 173 (67.97% from 255) = 31.00%
BLUE value IS 236 (92.58% from 255) = 42.29%
R=26.70%
G=31.00%
B=42.29%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1491732360.370.2700.07223.4569.675.49
Hex95ADEC251B07df464b
Octal225255354453307337106113
Binary1001010110101101111011001001011101101111101111110001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95ADEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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