#95B3FF

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

Shades of Perano #95B3FF

Tints of Perano #95B3FF

Color information

#95B3FF (or 0x95B3FF) is unknown color: approx Perano. HEX triplet: 95, B3 and FF. RGB value is (149,179,255). Sum of RGB (Red+Green+Blue) = 149+179+255=583 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.56% from 583); Green value is 179 (70.31% from 255 or 30.70% from 583); Blue value is 255 (100% from 255 or 43.74% from 583); Max value from RGB is 255 - color contains mainly: blue. Hex color #95B3FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95B3FF is #6A4C00. Grayscale: #B2B2B2. Windows color (decimal): -6966273 or 16757653. OLE color: 16757653.

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

Color convert

RGB149179255-
CMYK0.420.3000
HSL223.02º100%79.22%-
HSV(B)223.02º41.57%100%-
XYZ46.5645.85101-
YUV178.69171.06106.82-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.56%
GREEN value IS 179 (70.31% from 255) = 30.70%
BLUE value IS 255 (100% from 255) = 43.74%
R=25.56%
G=30.70%
B=43.74%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1491792550.420.3000223.0210079.22
Hex95B3FF2A1E00df644f
Octal225263377523600337144117
Binary10010101101100111111111110101011110001101111111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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