#95ADEB

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

Shades of Perano #95ADEB

Tints of Perano #95ADEB

Color information

#95ADEB (or 0x95ADEB) is unknown color: approx Perano. HEX triplet: 95, AD and EB. RGB value is (149,173,235). Sum of RGB (Red+Green+Blue) = 149+173+235=557 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.75% from 557); Green value is 173 (67.97% from 255 or 31.06% from 557); Blue value is 235 (92.19% from 255 or 42.19% from 557); Max value from RGB is 235 - color contains mainly: blue. Hex color #95ADEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #95ADEB is #6A5214. Grayscale: #ACACAC. Windows color (decimal): -6967829 or 15445397. OLE color: 15445397.

HSL color Cylindrical-coordinate representation of color #95ADEB: hue angle of 223.26º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95ADEB is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB149173235-
CMYK0.370.2600.08
HSL223.26º68.25%75.29%-
HSV(B)223.26º36.6%92.16%-
XYZ42.3342.2784.53-
YUV172.89163.05110.96-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.75%
GREEN value IS 173 (67.97% from 255) = 31.06%
BLUE value IS 235 (92.19% from 255) = 42.19%
R=26.75%
G=31.06%
B=42.19%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1491732350.370.2600.08223.2668.2575.29
Hex95ADEB251A08df444b
Octal2252553534532010337104113
Binary10010101101011011110101110010111010010001101111110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95ADEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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