#94ACCD

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

Shades of Polo Blue #94ACCD

Tints of Polo Blue #94ACCD

Color information

#94ACCD (or 0x94ACCD) is unknown color: approx Polo Blue. HEX triplet: 94, AC and CD. RGB value is (148,172,205). Sum of RGB (Red+Green+Blue) = 148+172+205=525 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.19% from 525); Green value is 172 (67.58% from 255 or 32.76% from 525); Blue value is 205 (80.47% from 255 or 39.05% from 525); Max value from RGB is 205 - color contains mainly: blue. Hex color #94ACCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94ACCD is #6B5332. Grayscale: #A8A8A8. Windows color (decimal): -7033651 or 13479060. OLE color: 13479060.

HSL color Cylindrical-coordinate representation of color #94ACCD: hue angle of 214.74º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #94ACCD is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB148172205-
CMYK0.280.1600.20
HSL214.74º36.31%69.22%-
HSV(B)214.74º27.8%80.39%-
XYZ37.9840.2163.52-
YUV168.59148.55113.32-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.19%
GREEN value IS 172 (67.58% from 255) = 32.76%
BLUE value IS 205 (80.47% from 255) = 39.05%
R=28.19%
G=32.76%
B=39.05%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1481722050.280.1600.20214.7436.3169.22
Hex94ACCD1C10014d72445
Octal224254315342002432744105
Binary1001010010101100110011011110010000010100110101111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94ACCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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