#95B2CC

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

Shades of Polo Blue #95B2CC

Tints of Polo Blue #95B2CC

Color information

#95B2CC (or 0x95B2CC) is unknown color: approx Polo Blue. HEX triplet: 95, B2 and CC. RGB value is (149,178,204). Sum of RGB (Red+Green+Blue) = 149+178+204=531 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.06% from 531); Green value is 178 (69.92% from 255 or 33.52% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 204 - color contains mainly: blue. Hex color #95B2CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95B2CC is #6A4D33. Grayscale: #ACACAC. Windows color (decimal): -6966580 or 13415061. OLE color: 13415061.

HSL color Cylindrical-coordinate representation of color #95B2CC: hue angle of 208.36º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #95B2CC is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB149178204-
CMYK0.270.1300.2
HSL208.36º35.03%69.22%-
HSV(B)208.36º26.96%80%-
XYZ39.2142.5963.28-
YUV172.29145.89111.39-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.06%
GREEN value IS 178 (69.92% from 255) = 33.52%
BLUE value IS 204 (80.08% from 255) = 38.42%
R=28.06%
G=33.52%
B=38.42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1491782040.270.1300.2208.3635.0369.22
Hex95B2CC1BD014d02345
Octal225262314331502432043105
Binary100101011011001011001100110111101010100110100001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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