#95B5EB

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

Shades of Perano #95B5EB

Tints of Perano #95B5EB

Color information

#95B5EB (or 0x95B5EB) is unknown color: approx Perano. HEX triplet: 95, B5 and EB. RGB value is (149,181,235). Sum of RGB (Red+Green+Blue) = 149+181+235=565 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.37% from 565); Green value is 181 (71.09% from 255 or 32.04% from 565); Blue value is 235 (92.19% from 255 or 41.59% from 565); Max value from RGB is 235 - color contains mainly: blue. Hex color #95B5EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95B5EB is #6A4A14. Grayscale: #B1B1B1. Windows color (decimal): -6965781 or 15447445. OLE color: 15447445.

HSL color Cylindrical-coordinate representation of color #95B5EB: hue angle of 217.67º 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 #95B5EB is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB149181235-
CMYK0.370.2300.08
HSL217.67º68.25%75.29%-
HSV(B)217.67º36.6%92.16%-
XYZ43.9145.4485.05-
YUV177.59160.4107.61-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.37%
GREEN value IS 181 (71.09% from 255) = 32.04%
BLUE value IS 235 (92.19% from 255) = 41.59%
R=26.37%
G=32.04%
B=41.59%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1491812350.370.2300.08217.6768.2575.29
Hex95B5EB251708da444b
Octal2252653534527010332104113
Binary10010101101101011110101110010110111010001101101010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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