#94B5D0

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

Shades of Polo Blue #94B5D0

Tints of Polo Blue #94B5D0

Color information

#94B5D0 (or 0x94B5D0) is unknown color: approx Polo Blue. HEX triplet: 94, B5 and D0. RGB value is (148,181,208). Sum of RGB (Red+Green+Blue) = 148+181+208=537 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.56% from 537); Green value is 181 (71.09% from 255 or 33.71% from 537); Blue value is 208 (81.64% from 255 or 38.73% from 537); Max value from RGB is 208 - color contains mainly: blue. Hex color #94B5D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94B5D0 is #6B4A2F. Grayscale: #AEAEAE. Windows color (decimal): -7031344 or 13677972. OLE color: 13677972.

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

Color convert

RGB148181208-
CMYK0.290.1300.18
HSL207º38.96%69.8%-
HSV(B)207º28.85%81.57%-
XYZ40.1243.966.03-
YUV174.21147.07109.3-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.56%
GREEN value IS 181 (71.09% from 255) = 33.71%
BLUE value IS 208 (81.64% from 255) = 38.73%
R=27.56%
G=33.71%
B=38.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1481812080.290.1300.1820738.9669.8
Hex94B5D01DD012cf2746
Octal224265320351502231747106
Binary100101001011010111010000111011101010010110011111001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B5D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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