#95B5FF

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

Shades of Perano #95B5FF

Tints of Perano #95B5FF

Color information

#95B5FF (or 0x95B5FF) is unknown color: approx Perano. HEX triplet: 95, B5 and FF. RGB value is (149,181,255). Sum of RGB (Red+Green+Blue) = 149+181+255=585 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.47% from 585); Green value is 181 (71.09% from 255 or 30.94% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #95B5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95B5FF is #6A4A00. Grayscale: #B3B3B3. Windows color (decimal): -6965761 or 16758165. OLE color: 16758165.

HSL color Cylindrical-coordinate representation of color #95B5FF: hue angle of 221.89º 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 #95B5FF is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB149181255-
CMYK0.420.2900
HSL221.89º100%79.22%-
HSV(B)221.89º41.57%100%-
XYZ46.9746.66101.14-
YUV179.87170.4105.98-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.47%
GREEN value IS 181 (71.09% from 255) = 30.94%
BLUE value IS 255 (100% from 255) = 43.59%
R=25.47%
G=30.94%
B=43.59%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1491812550.420.2900221.8910079.22
Hex95B5FF2A1D00de644f
Octal225265377523500336144117
Binary10010101101101011111111110101011101001101111011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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