#95B2CA

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

Shades of Polo Blue #95B2CA

Tints of Polo Blue #95B2CA

Color information

#95B2CA (or 0x95B2CA) is unknown color: approx Polo Blue. HEX triplet: 95, B2 and CA. RGB value is (149,178,202). Sum of RGB (Red+Green+Blue) = 149+178+202=529 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.17% from 529); Green value is 178 (69.92% from 255 or 33.65% from 529); Blue value is 202 (79.30% from 255 or 38.19% from 529); Max value from RGB is 202 - color contains mainly: blue. Hex color #95B2CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95B2CA is #6A4D35. Grayscale: #ABABAB. Windows color (decimal): -6966582 or 13283989. OLE color: 13283989.

HSL color Cylindrical-coordinate representation of color #95B2CA: hue angle of 207.17º 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 #95B2CA is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB149178202-
CMYK0.260.1200.21
HSL207.17º33.33%68.82%-
HSV(B)207.17º26.24%79.22%-
XYZ38.9842.4962.03-
YUV172.06144.89111.55-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.17%
GREEN value IS 178 (69.92% from 255) = 33.65%
BLUE value IS 202 (79.30% from 255) = 38.19%
R=28.17%
G=33.65%
B=38.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1491782020.260.1200.21207.1733.3368.82
Hex95B2CA1AC015cf2145
Octal225262312321402531741105
Binary100101011011001011001010110101100010101110011111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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