#95B1FF

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

Shades of Perano #95B1FF

Tints of Perano #95B1FF

Color information

#95B1FF (or 0x95B1FF) is unknown color: approx Perano. HEX triplet: 95, B1 and FF. RGB value is (149,177,255). Sum of RGB (Red+Green+Blue) = 149+177+255=581 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.65% from 581); Green value is 177 (69.53% from 255 or 30.46% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #95B1FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #95B1FF is #6A4E00. Grayscale: #B1B1B1. Windows color (decimal): -6966785 or 16757141. OLE color: 16757141.

HSL color Cylindrical-coordinate representation of color #95B1FF: hue angle of 224.15º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #95B1FF is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB149177255-
CMYK0.420.3100
HSL224.15º100%79.22%-
HSV(B)224.15º41.57%100%-
XYZ46.1745.05100.87-
YUV177.52171.72107.66-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.65%
GREEN value IS 177 (69.53% from 255) = 30.46%
BLUE value IS 255 (100% from 255) = 43.89%
R=25.65%
G=30.46%
B=43.89%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1491772550.420.3100224.1510079.22
Hex95B1FF2A1F00e0644f
Octal225261377523700340144117
Binary10010101101100011111111110101011111001110000011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,177,255); }

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

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

 a { background-color: rgb(149,177,255); }

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

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

 span { border-color: rgb(149,177,255); }

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