#95B5F2

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

Shades of Perano #95B5F2

Tints of Perano #95B5F2

Color information

#95B5F2 (or 0x95B5F2) is unknown color: approx Perano. HEX triplet: 95, B5 and F2. RGB value is (149,181,242). Sum of RGB (Red+Green+Blue) = 149+181+242=572 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.05% from 572); Green value is 181 (71.09% from 255 or 31.64% from 572); Blue value is 242 (94.92% from 255 or 42.31% from 572); Max value from RGB is 242 - color contains mainly: blue. Hex color #95B5F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95B5F2 is #6A4A0D. Grayscale: #B2B2B2. Windows color (decimal): -6965774 or 15906197. OLE color: 15906197.

HSL color Cylindrical-coordinate representation of color #95B5F2: hue angle of 219.35º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95B5F2 is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB149181242-
CMYK0.380.2500.05
HSL219.35º78.15%76.67%-
HSV(B)219.35º38.43%94.9%-
XYZ44.9545.8590.49-
YUV178.39163.9107.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.05%
GREEN value IS 181 (71.09% from 255) = 31.64%
BLUE value IS 242 (94.92% from 255) = 42.31%
R=26.05%
G=31.64%
B=42.31%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1491812420.380.2500.05219.3578.1576.67
Hex95B5F2261905db4e4d
Octal225265362463105333116115
Binary1001010110110101111100101001101100101011101101110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B5F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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