#95B9F9

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

Shades of Perano #95B9F9

Tints of Perano #95B9F9

Color information

#95B9F9 (or 0x95B9F9) is unknown color: approx Perano. HEX triplet: 95, B9 and F9. RGB value is (149,185,249). Sum of RGB (Red+Green+Blue) = 149+185+249=583 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.56% from 583); Green value is 185 (72.66% from 255 or 31.73% from 583); Blue value is 249 (97.66% from 255 or 42.71% from 583); Max value from RGB is 249 - color contains mainly: blue. Hex color #95B9F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95B9F9 is #6A4606. Grayscale: #B5B5B5. Windows color (decimal): -6964743 or 16365973. OLE color: 16365973.

HSL color Cylindrical-coordinate representation of color #95B9F9: hue angle of 218.4º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95B9F9 is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB149185249-
CMYK0.400.2600.02
HSL218.4º89.29%78.04%-
HSV(B)218.4º40.16%97.65%-
XYZ46.8447.9396.4-
YUV181.53166.07104.8-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.56%
GREEN value IS 185 (72.66% from 255) = 31.73%
BLUE value IS 249 (97.66% from 255) = 42.71%
R=25.56%
G=31.73%
B=42.71%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1491852490.400.2600.02218.489.2978.04
Hex95B9F9281A02da594e
Octal225271371503202332131116
Binary100101011011100111111001101000110100101101101010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B9F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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