#94ABCF

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

Shades of Polo Blue #94ABCF

Tints of Polo Blue #94ABCF

Color information

#94ABCF (or 0x94ABCF) is unknown color: approx Polo Blue. HEX triplet: 94, AB and CF. RGB value is (148,171,207). Sum of RGB (Red+Green+Blue) = 148+171+207=526 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.14% from 526); Green value is 171 (67.19% from 255 or 32.51% from 526); Blue value is 207 (81.25% from 255 or 39.35% from 526); Max value from RGB is 207 - color contains mainly: blue. Hex color #94ABCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94ABCF is #6B5430. Grayscale: #A8A8A8. Windows color (decimal): -7033905 or 13609876. OLE color: 13609876.

HSL color Cylindrical-coordinate representation of color #94ABCF: hue angle of 216.61º 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 #94ABCF is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB148171207-
CMYK0.290.1700.19
HSL216.61º38.06%69.61%-
HSV(B)216.61º28.5%81.18%-
XYZ38.0439.9364.73-
YUV168.23149.88113.57-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.14%
GREEN value IS 171 (67.19% from 255) = 32.51%
BLUE value IS 207 (81.25% from 255) = 39.35%
R=28.14%
G=32.51%
B=39.35%

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
Decimal1481712070.290.1700.19216.6138.0669.61
Hex94ABCF1D11013d92646
Octal224253317352102333146106
Binary1001010010101011110011111110110001010011110110011001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94ABCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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