#93B7CE

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

Shades of Polo Blue #93B7CE

Tints of Polo Blue #93B7CE

Color information

#93B7CE (or 0x93B7CE) is unknown color: approx Polo Blue. HEX triplet: 93, B7 and CE. RGB value is (147,183,206). Sum of RGB (Red+Green+Blue) = 147+183+206=536 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.43% from 536); Green value is 183 (71.88% from 255 or 34.14% from 536); Blue value is 206 (80.86% from 255 or 38.43% from 536); Max value from RGB is 206 - color contains mainly: blue. Hex color #93B7CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93B7CE is #6C4831. Grayscale: #AEAEAE. Windows color (decimal): -7096370 or 13547411. OLE color: 13547411.

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

Color convert

RGB147183206-
CMYK0.290.1100.19
HSL203.39º37.58%69.22%-
HSV(B)203.39º28.64%80.78%-
XYZ40.1144.5364.87-
YUV174.86145.57108.13-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.43%
GREEN value IS 183 (71.88% from 255) = 34.14%
BLUE value IS 206 (80.86% from 255) = 38.43%
R=27.43%
G=34.14%
B=38.43%

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
Decimal1471832060.290.1100.19203.3937.5869.22
Hex93B7CE1DB013cb2645
Octal223267316351302331346105
Binary100100111011011111001110111011011010011110010111001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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