#95AAED

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

Shades of Perano #95AAED

Tints of Perano #95AAED

Color information

#95AAED (or 0x95AAED) is unknown color: approx Perano. HEX triplet: 95, AA and ED. RGB value is (149,170,237). Sum of RGB (Red+Green+Blue) = 149+170+237=556 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.80% from 556); Green value is 170 (66.80% from 255 or 30.58% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 237 - color contains mainly: blue. Hex color #95AAED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #95AAED is #6A5512. Grayscale: #ABABAB. Windows color (decimal): -6968595 or 15575701. OLE color: 15575701.

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

Color convert

RGB149170237-
CMYK0.370.2800.07
HSL225.68º70.97%75.69%-
HSV(B)225.68º37.13%92.94%-
XYZ42.0641.2585.87-
YUV171.36165.04112.05-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.80%
GREEN value IS 170 (66.80% from 255) = 30.58%
BLUE value IS 237 (92.97% from 255) = 42.63%
R=26.80%
G=30.58%
B=42.63%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1491702370.370.2800.07225.6870.9775.69
Hex95AAED251C07e2474c
Octal225252355453407342107114
Binary1001010110101010111011011001011110001111110001010001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,170,237); }

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

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

 a { background-color: rgb(149,170,237); }

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

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

 span { border-color: rgb(149,170,237); }

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