#95B4D5

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

Shades of Polo Blue #95B4D5

Tints of Polo Blue #95B4D5

Color information

#95B4D5 (or 0x95B4D5) is unknown color: approx Polo Blue. HEX triplet: 95, B4 and D5. RGB value is (149,180,213). Sum of RGB (Red+Green+Blue) = 149+180+213=542 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.49% from 542); Green value is 180 (70.70% from 255 or 33.21% from 542); Blue value is 213 (83.59% from 255 or 39.30% from 542); Max value from RGB is 213 - color contains mainly: blue. Hex color #95B4D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95B4D5 is #6A4B2A. Grayscale: #AEAEAE. Windows color (decimal): -6966059 or 14005397. OLE color: 14005397.

HSL color Cylindrical-coordinate representation of color #95B4D5: hue angle of 210.94º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #95B4D5 is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB149180213-
CMYK0.300.1500.16
HSL210.94º43.24%70.98%-
HSV(B)210.94º30.05%83.53%-
XYZ40.7343.8469.27-
YUV174.49149.73109.82-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.49%
GREEN value IS 180 (70.70% from 255) = 33.21%
BLUE value IS 213 (83.59% from 255) = 39.30%
R=27.49%
G=33.21%
B=39.30%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1491802130.300.1500.16210.9443.2470.98
Hex95B4D51EF010d32b47
Octal225264325361702032353107
Binary100101011011010011010101111101111010000110100111010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B4D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,180,213); }

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

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

 a { background-color: rgb(149,180,213); }

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

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

 span { border-color: rgb(149,180,213); }

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