#95B6EB

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

Shades of Perano #95B6EB

Tints of Perano #95B6EB

Color information

#95B6EB (or 0x95B6EB) is unknown color: approx Perano. HEX triplet: 95, B6 and EB. RGB value is (149,182,235). Sum of RGB (Red+Green+Blue) = 149+182+235=566 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.33% from 566); Green value is 182 (71.48% from 255 or 32.16% from 566); Blue value is 235 (92.19% from 255 or 41.52% from 566); Max value from RGB is 235 - color contains mainly: blue. Hex color #95B6EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95B6EB is #6A4914. Grayscale: #B1B1B1. Windows color (decimal): -6965525 or 15447701. OLE color: 15447701.

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

Color convert

RGB149182235-
CMYK0.370.2300.08
HSL216.98º68.25%75.29%-
HSV(B)216.98º36.6%92.16%-
XYZ44.1245.8485.12-
YUV178.18160.07107.19-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.33%
GREEN value IS 182 (71.48% from 255) = 32.16%
BLUE value IS 235 (92.19% from 255) = 41.52%
R=26.33%
G=32.16%
B=41.52%

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
Decimal1491822350.370.2300.08216.9868.2575.29
Hex95B6EB251708d9444b
Octal2252663534527010331104113
Binary10010101101101101110101110010110111010001101100110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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