#95B9FB

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

Shades of Perano #95B9FB

Tints of Perano #95B9FB

Color information

#95B9FB (or 0x95B9FB) is unknown color: approx Perano. HEX triplet: 95, B9 and FB. RGB value is (149,185,251). Sum of RGB (Red+Green+Blue) = 149+185+251=585 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.47% from 585); Green value is 185 (72.66% from 255 or 31.62% from 585); Blue value is 251 (98.44% from 255 or 42.91% from 585); Max value from RGB is 251 - color contains mainly: blue. Hex color #95B9FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95B9FB is #6A4604. Grayscale: #B5B5B5. Windows color (decimal): -6964741 or 16497045. OLE color: 16497045.

HSL color Cylindrical-coordinate representation of color #95B9FB: hue angle of 218.82º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95B9FB is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB149185251-
CMYK0.410.2600.02
HSL218.82º92.73%78.43%-
HSV(B)218.82º40.64%98.43%-
XYZ47.1648.0598.06-
YUV181.76167.07104.63-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.47%
GREEN value IS 185 (72.66% from 255) = 31.62%
BLUE value IS 251 (98.44% from 255) = 42.91%
R=25.47%
G=31.62%
B=42.91%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1491852510.410.2600.02218.8292.7378.43
Hex95B9FB291A02db5d4e
Octal225271373513202333135116
Binary100101011011100111111011101001110100101101101110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,185,251); }

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

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

 a { background-color: rgb(149,185,251); }

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

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

 span { border-color: rgb(149,185,251); }

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