#95B4FA

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

Shades of Perano #95B4FA

Tints of Perano #95B4FA

Color information

#95B4FA (or 0x95B4FA) is unknown color: approx Perano. HEX triplet: 95, B4 and FA. RGB value is (149,180,250). Sum of RGB (Red+Green+Blue) = 149+180+250=579 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.73% from 579); Green value is 180 (70.70% from 255 or 31.09% from 579); Blue value is 250 (98.05% from 255 or 43.18% from 579); Max value from RGB is 250 - color contains mainly: blue. Hex color #95B4FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95B4FA is #6A4B05. Grayscale: #B2B2B2. Windows color (decimal): -6966022 or 16430229. OLE color: 16430229.

HSL color Cylindrical-coordinate representation of color #95B4FA: hue angle of 221.58º degrees, saturation: 0.91, 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 #95B4FA is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB149180250-
CMYK0.400.2800.02
HSL221.58º90.99%78.24%-
HSV(B)221.58º40.4%98.04%-
XYZ45.9745.9396.89-
YUV178.71168.23106.81-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.73%
GREEN value IS 180 (70.70% from 255) = 31.09%
BLUE value IS 250 (98.05% from 255) = 43.18%
R=25.73%
G=31.09%
B=43.18%

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
Decimal1491802500.400.2800.02221.5890.9978.24
Hex95B4FA281C02de5b4e
Octal225264372503402336133116
Binary100101011011010011111010101000111000101101111010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,180,250); }

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

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

 a { background-color: rgb(149,180,250); }

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

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

 span { border-color: rgb(149,180,250); }

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