#94ACCF

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

Shades of Polo Blue #94ACCF

Tints of Polo Blue #94ACCF

Color information

#94ACCF (or 0x94ACCF) is unknown color: approx Polo Blue. HEX triplet: 94, AC and CF. RGB value is (148,172,207). Sum of RGB (Red+Green+Blue) = 148+172+207=527 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.08% from 527); Green value is 172 (67.58% from 255 or 32.64% from 527); Blue value is 207 (81.25% from 255 or 39.28% from 527); Max value from RGB is 207 - color contains mainly: blue. Hex color #94ACCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94ACCF is #6B5330. Grayscale: #A8A8A8. Windows color (decimal): -7033649 or 13610132. OLE color: 13610132.

HSL color Cylindrical-coordinate representation of color #94ACCF: hue angle of 215.59º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #94ACCF is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB148172207-
CMYK0.290.1700.19
HSL215.59º38.06%69.61%-
HSV(B)215.59º28.5%81.18%-
XYZ38.2340.3164.8-
YUV168.81149.55113.15-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.08%
GREEN value IS 172 (67.58% from 255) = 32.64%
BLUE value IS 207 (81.25% from 255) = 39.28%
R=28.08%
G=32.64%
B=39.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1481722070.290.1700.19215.5938.0669.61
Hex94ACCF1D11013d82646
Octal224254317352102333046106
Binary1001010010101100110011111110110001010011110110001001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94ACCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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