#95B0CA

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

Shades of Polo Blue #95B0CA

Tints of Polo Blue #95B0CA

Color information

#95B0CA (or 0x95B0CA) is unknown color: approx Polo Blue. HEX triplet: 95, B0 and CA. RGB value is (149,176,202). Sum of RGB (Red+Green+Blue) = 149+176+202=527 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.27% from 527); Green value is 176 (69.14% from 255 or 33.40% from 527); Blue value is 202 (79.30% from 255 or 38.33% from 527); Max value from RGB is 202 - color contains mainly: blue. Hex color #95B0CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95B0CA is #6A4F35. Grayscale: #AAAAAA. Windows color (decimal): -6967094 or 13283477. OLE color: 13283477.

HSL color Cylindrical-coordinate representation of color #95B0CA: hue angle of 209.43º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #95B0CA is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB149176202-
CMYK0.260.1300.21
HSL209.43º33.33%68.82%-
HSV(B)209.43º26.24%79.22%-
XYZ38.5841.761.89-
YUV170.89145.55112.39-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.27%
GREEN value IS 176 (69.14% from 255) = 33.40%
BLUE value IS 202 (79.30% from 255) = 38.33%
R=28.27%
G=33.40%
B=38.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1491762020.260.1300.21209.4333.3368.82
Hex95B0CA1AD015d12145
Octal225260312321502532141105
Binary100101011011000011001010110101101010101110100011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,176,202); }

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

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

 a { background-color: rgb(149,176,202); }

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

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

 span { border-color: rgb(149,176,202); }

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