#95B7EB

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

Shades of Perano #95B7EB

Tints of Perano #95B7EB

Color information

#95B7EB (or 0x95B7EB) is unknown color: approx Perano. HEX triplet: 95, B7 and EB. RGB value is (149,183,235). Sum of RGB (Red+Green+Blue) = 149+183+235=567 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.28% from 567); Green value is 183 (71.88% from 255 or 32.28% from 567); Blue value is 235 (92.19% from 255 or 41.45% from 567); Max value from RGB is 235 - color contains mainly: blue. Hex color #95B7EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95B7EB is #6A4814. Grayscale: #B2B2B2. Windows color (decimal): -6965269 or 15447957. OLE color: 15447957.

HSL color Cylindrical-coordinate representation of color #95B7EB: hue angle of 216.28º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95B7EB is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB149183235-
CMYK0.370.2200.08
HSL216.28º68.25%75.29%-
HSV(B)216.28º36.6%92.16%-
XYZ44.3246.2585.19-
YUV178.76159.74106.77-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.28%
GREEN value IS 183 (71.88% from 255) = 32.28%
BLUE value IS 235 (92.19% from 255) = 41.45%
R=26.28%
G=32.28%
B=41.45%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1491832350.370.2200.08216.2868.2575.29
Hex95B7EB251608d8444b
Octal2252673534526010330104113
Binary10010101101101111110101110010110110010001101100010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,183,235); }

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

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

 a { background-color: rgb(149,183,235); }

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

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

 span { border-color: rgb(149,183,235); }

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