#95B3FE

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

Shades of Perano #95B3FE

Tints of Perano #95B3FE

Color information

#95B3FE (or 0x95B3FE) is unknown color: approx Perano. HEX triplet: 95, B3 and FE. RGB value is (149,179,254). Sum of RGB (Red+Green+Blue) = 149+179+254=582 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.60% from 582); Green value is 179 (70.31% from 255 or 30.76% from 582); Blue value is 254 (99.61% from 255 or 43.64% from 582); Max value from RGB is 254 - color contains mainly: blue. Hex color #95B3FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95B3FE is #6A4C01. Grayscale: #B2B2B2. Windows color (decimal): -6966274 or 16692117. OLE color: 16692117.

HSL color Cylindrical-coordinate representation of color #95B3FE: hue angle of 222.86º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95B3FE is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB149179254-
CMYK0.410.3000.00
HSL222.86º98.13%79.02%-
HSV(B)222.86º41.34%99.61%-
XYZ46.445.79100.16-
YUV178.58170.56106.9-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.60%
GREEN value IS 179 (70.31% from 255) = 30.76%
BLUE value IS 254 (99.61% from 255) = 43.64%
R=25.60%
G=30.76%
B=43.64%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1491792540.410.3000.00222.8698.1379.02
Hex95B3FE291E00df624f
Octal225263376513600337142117
Binary10010101101100111111111010100111110001101111111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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