#93BAD1

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

Shades of Polo Blue #93BAD1

Tints of Polo Blue #93BAD1

Color information

#93BAD1 (or 0x93BAD1) is unknown color: approx Polo Blue. HEX triplet: 93, BA and D1. RGB value is (147,186,209). Sum of RGB (Red+Green+Blue) = 147+186+209=542 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.12% from 542); Green value is 186 (73.05% from 255 or 34.32% from 542); Blue value is 209 (82.03% from 255 or 38.56% from 542); Max value from RGB is 209 - color contains mainly: blue. Hex color #93BAD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BAD1 is #6C452E. Grayscale: #B0B0B0. Windows color (decimal): -7095599 or 13744787. OLE color: 13744787.

HSL color Cylindrical-coordinate representation of color #93BAD1: hue angle of 202.26º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #93BAD1 is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB147186209-
CMYK0.300.1100.18
HSL202.26º40.26%69.8%-
HSV(B)202.26º29.67%81.96%-
XYZ41.145.9267.02-
YUV176.96146.08106.63-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.12%
GREEN value IS 186 (73.05% from 255) = 34.32%
BLUE value IS 209 (82.03% from 255) = 38.56%
R=27.12%
G=34.32%
B=38.56%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1471862090.300.1100.18202.2640.2669.8
Hex93BAD11EB012ca2846
Octal223272321361302231250106
Binary100100111011101011010001111101011010010110010101010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93BAD1; }

 p { color: rgb(147,186,209); }

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

<style>
 a { background-color: #93BAD1; }

 a { background-color: rgb(147,186,209); }

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

<style>
 span { border-color: #93BAD1; }

 span { border-color: rgb(147,186,209); }

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