#93B8CE

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

Shades of Polo Blue #93B8CE

Tints of Polo Blue #93B8CE

Color information

#93B8CE (or 0x93B8CE) is unknown color: approx Polo Blue. HEX triplet: 93, B8 and CE. RGB value is (147,184,206). Sum of RGB (Red+Green+Blue) = 147+184+206=537 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.37% from 537); Green value is 184 (72.27% from 255 or 34.26% from 537); Blue value is 206 (80.86% from 255 or 38.36% from 537); Max value from RGB is 206 - color contains mainly: blue. Hex color #93B8CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93B8CE is #6C4731. Grayscale: #AFAFAF. Windows color (decimal): -7096114 or 13547667. OLE color: 13547667.

HSL color Cylindrical-coordinate representation of color #93B8CE: hue angle of 202.37º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93B8CE is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB147184206-
CMYK0.290.1100.19
HSL202.37º37.58%69.22%-
HSV(B)202.37º28.64%80.78%-
XYZ40.3144.9464.94-
YUV175.44145.24107.71-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.37%
GREEN value IS 184 (72.27% from 255) = 34.26%
BLUE value IS 206 (80.86% from 255) = 38.36%
R=27.37%
G=34.26%
B=38.36%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1471842060.290.1100.19202.3737.5869.22
Hex93B8CE1DB013ca2645
Octal223270316351302331246105
Binary100100111011100011001110111011011010011110010101001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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