#95B3F9

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

Shades of Perano #95B3F9

Tints of Perano #95B3F9

Color information

#95B3F9 (or 0x95B3F9) is unknown color: approx Perano. HEX triplet: 95, B3 and F9. RGB value is (149,179,249). Sum of RGB (Red+Green+Blue) = 149+179+249=577 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.82% from 577); Green value is 179 (70.31% from 255 or 31.02% from 577); Blue value is 249 (97.66% from 255 or 43.15% from 577); Max value from RGB is 249 - color contains mainly: blue. Hex color #95B3F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95B3F9 is #6A4C06. Grayscale: #B1B1B1. Windows color (decimal): -6966279 or 16364437. OLE color: 16364437.

HSL color Cylindrical-coordinate representation of color #95B3F9: hue angle of 222º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95B3F9 is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB149179249-
CMYK0.400.2800.02
HSL222º89.29%78.04%-
HSV(B)222º40.16%97.65%-
XYZ45.6145.4795.99-
YUV178.01168.06107.31-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.82%
GREEN value IS 179 (70.31% from 255) = 31.02%
BLUE value IS 249 (97.66% from 255) = 43.15%
R=25.82%
G=31.02%
B=43.15%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1491792490.400.2800.0222289.2978.04
Hex95B3F9281C02de594e
Octal225263371503402336131116
Binary100101011011001111111001101000111000101101111010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B3F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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