#95ACCD

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

Shades of Polo Blue #95ACCD

Tints of Polo Blue #95ACCD

Color information

#95ACCD (or 0x95ACCD) is unknown color: approx Polo Blue. HEX triplet: 95, AC and CD. RGB value is (149,172,205). Sum of RGB (Red+Green+Blue) = 149+172+205=526 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.33% from 526); Green value is 172 (67.58% from 255 or 32.70% from 526); Blue value is 205 (80.47% from 255 or 38.97% from 526); Max value from RGB is 205 - color contains mainly: blue. Hex color #95ACCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95ACCD is #6A5332. Grayscale: #A8A8A8. Windows color (decimal): -6968115 or 13479061. OLE color: 13479061.

HSL color Cylindrical-coordinate representation of color #95ACCD: hue angle of 215.36º degrees, saturation: 0.36, 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 #95ACCD is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB149172205-
CMYK0.270.1600.20
HSL215.36º35.9%69.41%-
HSV(B)215.36º27.32%80.39%-
XYZ38.1740.363.53-
YUV168.88148.38113.82-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.33%
GREEN value IS 172 (67.58% from 255) = 32.70%
BLUE value IS 205 (80.47% from 255) = 38.97%
R=28.33%
G=32.70%
B=38.97%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1491722050.270.1600.20215.3635.969.41
Hex95ACCD1B10014d72445
Octal225254315332002432744105
Binary1001010110101100110011011101110000010100110101111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95ACCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,172,205); }

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

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

 a { background-color: rgb(149,172,205); }

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

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

 span { border-color: rgb(149,172,205); }

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