#94B1DE

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

Shades of Polo Blue #94B1DE

Tints of Polo Blue #94B1DE

Color information

#94B1DE (or 0x94B1DE) is unknown color: approx Polo Blue. HEX triplet: 94, B1 and DE. RGB value is (148,177,222). Sum of RGB (Red+Green+Blue) = 148+177+222=547 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.06% from 547); Green value is 177 (69.53% from 255 or 32.36% from 547); Blue value is 222 (87.11% from 255 or 40.59% from 547); Max value from RGB is 222 - color contains mainly: blue. Hex color #94B1DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94B1DE is #6B4E21. Grayscale: #ADADAD. Windows color (decimal): -7032354 or 14594452. OLE color: 14594452.

HSL color Cylindrical-coordinate representation of color #94B1DE: hue angle of 216.49º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94B1DE is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB148177222-
CMYK0.330.2000.13
HSL216.49º52.86%72.55%-
HSV(B)216.49º33.33%87.06%-
XYZ41.1243.0175.24-
YUV173.46155.39109.84-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.06%
GREEN value IS 177 (69.53% from 255) = 32.36%
BLUE value IS 222 (87.11% from 255) = 40.59%
R=27.06%
G=32.36%
B=40.59%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1481772220.330.2000.13216.4952.8672.55
Hex94B1DE21140Dd83549
Octal224261336412401533065111
Binary1001010010110001110111101000011010001101110110001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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