#95B4FE

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

Shades of Perano #95B4FE

Tints of Perano #95B4FE

Color information

#95B4FE (or 0x95B4FE) is unknown color: approx Perano. HEX triplet: 95, B4 and FE. RGB value is (149,180,254). Sum of RGB (Red+Green+Blue) = 149+180+254=583 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.56% from 583); Green value is 180 (70.70% from 255 or 30.87% from 583); Blue value is 254 (99.61% from 255 or 43.57% from 583); Max value from RGB is 254 - color contains mainly: blue. Hex color #95B4FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95B4FE is #6A4B01. Grayscale: #B2B2B2. Windows color (decimal): -6966018 or 16692373. OLE color: 16692373.

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

Color convert

RGB149180254-
CMYK0.410.2900.00
HSL222.29º98.13%79.02%-
HSV(B)222.29º41.34%99.61%-
XYZ46.6146.19100.22-
YUV179.17170.23106.48-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.56%
GREEN value IS 180 (70.70% from 255) = 30.87%
BLUE value IS 254 (99.61% from 255) = 43.57%
R=25.56%
G=30.87%
B=43.57%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1491802540.410.2900.00222.2998.1379.02
Hex95B4FE291D00de624f
Octal225264376513500336142117
Binary10010101101101001111111010100111101001101111011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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