#93B0DB

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

Shades of Polo Blue #93B0DB

Tints of Polo Blue #93B0DB

Color information

#93B0DB (or 0x93B0DB) is unknown color: approx Polo Blue. HEX triplet: 93, B0 and DB. RGB value is (147,176,219). Sum of RGB (Red+Green+Blue) = 147+176+219=542 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.12% from 542); Green value is 176 (69.14% from 255 or 32.47% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 219 - color contains mainly: blue. Hex color #93B0DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93B0DB is #6C4F24. Grayscale: #ACACAC. Windows color (decimal): -7098149 or 14397587. OLE color: 14397587.

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

Color convert

RGB147176219-
CMYK0.330.2000.14
HSL215.83º50%71.76%-
HSV(B)215.83º32.88%85.88%-
XYZ40.3442.3773.07-
YUV172.23154.39110-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.12%
GREEN value IS 176 (69.14% from 255) = 32.47%
BLUE value IS 219 (85.94% from 255) = 40.41%
R=27.12%
G=32.47%
B=40.41%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1471762190.330.2000.14215.835071.76
Hex93B0DB21140Ed83248
Octal223260333412401633062110
Binary1001001110110000110110111000011010001110110110001100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,176,219); }

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

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

 a { background-color: rgb(147,176,219); }

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

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

 span { border-color: rgb(147,176,219); }

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