#95B2FB

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

Shades of Perano #95B2FB

Tints of Perano #95B2FB

Color information

#95B2FB (or 0x95B2FB) is unknown color: approx Perano. HEX triplet: 95, B2 and FB. RGB value is (149,178,251). Sum of RGB (Red+Green+Blue) = 149+178+251=578 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.78% from 578); Green value is 178 (69.92% from 255 or 30.80% from 578); Blue value is 251 (98.44% from 255 or 43.43% from 578); Max value from RGB is 251 - color contains mainly: blue. Hex color #95B2FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #95B2FB is #6A4D04. Grayscale: #B1B1B1. Windows color (decimal): -6966533 or 16495253. OLE color: 16495253.

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

Color convert

RGB149178251-
CMYK0.410.2900.02
HSL222.94º92.73%78.43%-
HSV(B)222.94º40.64%98.43%-
XYZ45.7345.297.58-
YUV177.65169.39107.56-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.78%
GREEN value IS 178 (69.92% from 255) = 30.80%
BLUE value IS 251 (98.44% from 255) = 43.43%
R=25.78%
G=30.80%
B=43.43%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1491782510.410.2900.02222.9492.7378.43
Hex95B2FB291D02df5d4e
Octal225262373513502337135116
Binary100101011011001011111011101001111010101101111110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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