#94B6DB

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

Shades of Polo Blue #94B6DB

Tints of Polo Blue #94B6DB

Color information

#94B6DB (or 0x94B6DB) is unknown color: approx Polo Blue. HEX triplet: 94, B6 and DB. RGB value is (148,182,219). Sum of RGB (Red+Green+Blue) = 148+182+219=549 (72% of max value = 765). Red value is 148 (58.20% from 255 or 26.96% from 549); Green value is 182 (71.48% from 255 or 33.15% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 219 - color contains mainly: blue. Hex color #94B6DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94B6DB is #6B4924. Grayscale: #AFAFAF. Windows color (decimal): -7031077 or 14399124. OLE color: 14399124.

HSL color Cylindrical-coordinate representation of color #94B6DB: hue angle of 211.27º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94B6DB is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB148182219-
CMYK0.320.1700.14
HSL211.27º49.65%71.96%-
HSV(B)211.27º32.42%85.88%-
XYZ41.7344.8773.48-
YUV176.05152.24107.99-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.96%
GREEN value IS 182 (71.48% from 255) = 33.15%
BLUE value IS 219 (85.94% from 255) = 39.89%
R=26.96%
G=33.15%
B=39.89%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1481822190.320.1700.14211.2749.6571.96
Hex94B6DB20110Ed33248
Octal224266333402101632362110
Binary1001010010110110110110111000001000101110110100111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,182,219); }

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

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

 a { background-color: rgb(148,182,219); }

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

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

 span { border-color: rgb(148,182,219); }

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