#95B3EB

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

Shades of Perano #95B3EB

Tints of Perano #95B3EB

Color information

#95B3EB (or 0x95B3EB) is unknown color: approx Perano. HEX triplet: 95, B3 and EB. RGB value is (149,179,235). Sum of RGB (Red+Green+Blue) = 149+179+235=563 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.47% from 563); Green value is 179 (70.31% from 255 or 31.79% from 563); Blue value is 235 (92.19% from 255 or 41.74% from 563); Max value from RGB is 235 - color contains mainly: blue. Hex color #95B3EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95B3EB is #6A4C14. Grayscale: #B0B0B0. Windows color (decimal): -6966293 or 15446933. OLE color: 15446933.

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

Color convert

RGB149179235-
CMYK0.370.2400.08
HSL219.07º68.25%75.29%-
HSV(B)219.07º36.6%92.16%-
XYZ43.5144.6384.92-
YUV176.41161.06108.45-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.47%
GREEN value IS 179 (70.31% from 255) = 31.79%
BLUE value IS 235 (92.19% from 255) = 41.74%
R=26.47%
G=31.79%
B=41.74%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1491792350.370.2400.08219.0768.2575.29
Hex95B3EB251808db444b
Octal2252633534530010333104113
Binary10010101101100111110101110010111000010001101101110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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