#95B5E9

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

Shades of Perano #95B5E9

Tints of Perano #95B5E9

Color information

#95B5E9 (or 0x95B5E9) is unknown color: approx Perano. HEX triplet: 95, B5 and E9. RGB value is (149,181,233). Sum of RGB (Red+Green+Blue) = 149+181+233=563 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.47% from 563); Green value is 181 (71.09% from 255 or 32.15% from 563); Blue value is 233 (91.41% from 255 or 41.39% from 563); Max value from RGB is 233 - color contains mainly: blue. Hex color #95B5E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95B5E9 is #6A4A16. Grayscale: #B1B1B1. Windows color (decimal): -6965783 or 15316373. OLE color: 15316373.

HSL color Cylindrical-coordinate representation of color #95B5E9: hue angle of 217.14º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95B5E9 is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB149181233-
CMYK0.360.2200.09
HSL217.14º65.62%74.9%-
HSV(B)217.14º36.05%91.37%-
XYZ43.6345.3283.54-
YUV177.36159.4107.77-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.47%
GREEN value IS 181 (71.09% from 255) = 32.15%
BLUE value IS 233 (91.41% from 255) = 41.39%
R=26.47%
G=32.15%
B=41.39%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1491812330.360.2200.09217.1465.6274.9
Hex95B5E9241609d9424b
Octal2252653514426011331102113
Binary10010101101101011110100110010010110010011101100110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B5E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,181,233); }

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

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

 a { background-color: rgb(149,181,233); }

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

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

 span { border-color: rgb(149,181,233); }

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