#94B1D0

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

Shades of Polo Blue #94B1D0

Tints of Polo Blue #94B1D0

Color information

#94B1D0 (or 0x94B1D0) is unknown color: approx Polo Blue. HEX triplet: 94, B1 and D0. RGB value is (148,177,208). Sum of RGB (Red+Green+Blue) = 148+177+208=533 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.77% from 533); Green value is 177 (69.53% from 255 or 33.21% from 533); Blue value is 208 (81.64% from 255 or 39.02% from 533); Max value from RGB is 208 - color contains mainly: blue. Hex color #94B1D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94B1D0 is #6B4E2F. Grayscale: #ABABAB. Windows color (decimal): -7032368 or 13676948. OLE color: 13676948.

HSL color Cylindrical-coordinate representation of color #94B1D0: hue angle of 211º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #94B1D0 is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB148177208-
CMYK0.290.1500.18
HSL211º38.96%69.8%-
HSV(B)211º28.85%81.57%-
XYZ39.3242.2965.77-
YUV171.86148.39110.98-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.77%
GREEN value IS 177 (69.53% from 255) = 33.21%
BLUE value IS 208 (81.64% from 255) = 39.02%
R=27.77%
G=33.21%
B=39.02%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1481772080.290.1500.1821138.9669.8
Hex94B1D01DF012d32746
Octal224261320351702232347106
Binary100101001011000111010000111011111010010110100111001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B1D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,177,208); }

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

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

 a { background-color: rgb(148,177,208); }

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

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

 span { border-color: rgb(148,177,208); }

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