#95B5F8

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

Shades of Perano #95B5F8

Tints of Perano #95B5F8

Color information

#95B5F8 (or 0x95B5F8) is unknown color: approx Perano. HEX triplet: 95, B5 and F8. RGB value is (149,181,248). Sum of RGB (Red+Green+Blue) = 149+181+248=578 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.78% from 578); Green value is 181 (71.09% from 255 or 31.31% from 578); Blue value is 248 (97.27% from 255 or 42.91% from 578); Max value from RGB is 248 - color contains mainly: blue. Hex color #95B5F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95B5F8 is #6A4A07. Grayscale: #B2B2B2. Windows color (decimal): -6965768 or 16299413. OLE color: 16299413.

HSL color Cylindrical-coordinate representation of color #95B5F8: hue angle of 220.61º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95B5F8 is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB149181248-
CMYK0.400.2700.03
HSL220.61º87.61%77.84%-
HSV(B)220.61º39.92%97.25%-
XYZ45.8646.2195.31-
YUV179.07166.9106.55-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.78%
GREEN value IS 181 (71.09% from 255) = 31.31%
BLUE value IS 248 (97.27% from 255) = 42.91%
R=25.78%
G=31.31%
B=42.91%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1491812480.400.2700.03220.6187.6177.84
Hex95B5F8281B03dd584e
Octal225265370503303335130116
Binary100101011011010111111000101000110110111101110110110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B5F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,181,248); }

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

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

 a { background-color: rgb(149,181,248); }

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

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

 span { border-color: rgb(149,181,248); }

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