#94BAD5

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

Shades of Polo Blue #94BAD5

Tints of Polo Blue #94BAD5

Color information

#94BAD5 (or 0x94BAD5) is unknown color: approx Polo Blue. HEX triplet: 94, BA and D5. RGB value is (148,186,213). Sum of RGB (Red+Green+Blue) = 148+186+213=547 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.06% from 547); Green value is 186 (73.05% from 255 or 34.00% from 547); Blue value is 213 (83.59% from 255 or 38.94% from 547); Max value from RGB is 213 - color contains mainly: blue. Hex color #94BAD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BAD5 is #6B452A. Grayscale: #B1B1B1. Windows color (decimal): -7030059 or 14006932. OLE color: 14006932.

HSL color Cylindrical-coordinate representation of color #94BAD5: hue angle of 204.92º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #94BAD5 is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB148186213-
CMYK0.310.1300.16
HSL204.92º43.62%70.78%-
HSV(B)204.92º30.52%83.53%-
XYZ41.7846.2269.67-
YUV177.72147.91106.8-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.06%
GREEN value IS 186 (73.05% from 255) = 34.00%
BLUE value IS 213 (83.59% from 255) = 38.94%
R=27.06%
G=34.00%
B=38.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1481862130.310.1300.16204.9243.6270.78
Hex94BAD51FD010cd2c47
Octal224272325371502031554107
Binary100101001011101011010101111111101010000110011011011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,186,213); }

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

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

 a { background-color: rgb(148,186,213); }

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

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

 span { border-color: rgb(148,186,213); }

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