#93B0DF

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

Shades of Polo Blue #93B0DF

Tints of Polo Blue #93B0DF

Color information

#93B0DF (or 0x93B0DF) is unknown color: approx Polo Blue. HEX triplet: 93, B0 and DF. RGB value is (147,176,223). Sum of RGB (Red+Green+Blue) = 147+176+223=546 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.92% from 546); Green value is 176 (69.14% from 255 or 32.23% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #93B0DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93B0DF is #6C4F20. Grayscale: #ACACAC. Windows color (decimal): -7098145 or 14659731. OLE color: 14659731.

HSL color Cylindrical-coordinate representation of color #93B0DF: hue angle of 217.11º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #93B0DF is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB147176223-
CMYK0.340.2100.13
HSL217.11º54.29%72.55%-
HSV(B)217.11º34.08%87.45%-
XYZ40.8842.5875.88-
YUV172.69156.39109.68-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.92%
GREEN value IS 176 (69.14% from 255) = 32.23%
BLUE value IS 223 (87.5% from 255) = 40.84%
R=26.92%
G=32.23%
B=40.84%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1471762230.340.2100.13217.1154.2972.55
Hex93B0DF22150Dd93649
Octal223260337422501533166111
Binary1001001110110000110111111000101010101101110110011101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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