#95B9F3

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

Shades of Perano #95B9F3

Tints of Perano #95B9F3

Color information

#95B9F3 (or 0x95B9F3) is unknown color: approx Perano. HEX triplet: 95, B9 and F3. RGB value is (149,185,243). Sum of RGB (Red+Green+Blue) = 149+185+243=577 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.82% from 577); Green value is 185 (72.66% from 255 or 32.06% from 577); Blue value is 243 (95.31% from 255 or 42.11% from 577); Max value from RGB is 243 - color contains mainly: blue. Hex color #95B9F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95B9F3 is #6A460C. Grayscale: #B4B4B4. Windows color (decimal): -6964749 or 15972757. OLE color: 15972757.

HSL color Cylindrical-coordinate representation of color #95B9F3: hue angle of 217.02º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #95B9F3 is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB149185243-
CMYK0.390.2400.05
HSL217.02º79.66%76.86%-
HSV(B)217.02º38.68%95.29%-
XYZ45.9247.5691.55-
YUV180.85163.07105.28-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.82%
GREEN value IS 185 (72.66% from 255) = 32.06%
BLUE value IS 243 (95.31% from 255) = 42.11%
R=25.82%
G=32.06%
B=42.11%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1491852430.390.2400.05217.0279.6676.86
Hex95B9F3271805d9504d
Octal225271363473005331120115
Binary1001010110111001111100111001111100001011101100110100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B9F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,185,243); }

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

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

 a { background-color: rgb(149,185,243); }

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

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

 span { border-color: rgb(149,185,243); }

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