#93B8D0

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

Shades of Polo Blue #93B8D0

Tints of Polo Blue #93B8D0

Color information

#93B8D0 (or 0x93B8D0) is unknown color: approx Polo Blue. HEX triplet: 93, B8 and D0. RGB value is (147,184,208). Sum of RGB (Red+Green+Blue) = 147+184+208=539 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.27% from 539); Green value is 184 (72.27% from 255 or 34.14% from 539); Blue value is 208 (81.64% from 255 or 38.59% from 539); Max value from RGB is 208 - color contains mainly: blue. Hex color #93B8D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93B8D0 is #6C472F. Grayscale: #AFAFAF. Windows color (decimal): -7096112 or 13678739. OLE color: 13678739.

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

Color convert

RGB147184208-
CMYK0.290.1200.18
HSL203.61º39.35%69.61%-
HSV(B)203.61º29.33%81.57%-
XYZ40.5645.0466.23-
YUV175.67146.24107.55-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.27%
GREEN value IS 184 (72.27% from 255) = 34.14%
BLUE value IS 208 (81.64% from 255) = 38.59%
R=27.27%
G=34.14%
B=38.59%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1471842080.290.1200.18203.6139.3569.61
Hex93B8D01DC012cc2746
Octal223270320351402231447106
Binary100100111011100011010000111011100010010110011001001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B8D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,184,208); }

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

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

 a { background-color: rgb(147,184,208); }

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

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

 span { border-color: rgb(147,184,208); }

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