#93B3CF

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

Shades of Polo Blue #93B3CF

Tints of Polo Blue #93B3CF

Color information

#93B3CF (or 0x93B3CF) is unknown color: approx Polo Blue. HEX triplet: 93, B3 and CF. RGB value is (147,179,207). Sum of RGB (Red+Green+Blue) = 147+179+207=533 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.58% from 533); Green value is 179 (70.31% from 255 or 33.58% from 533); Blue value is 207 (81.25% from 255 or 38.84% from 533); Max value from RGB is 207 - color contains mainly: blue. Hex color #93B3CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93B3CF is #6C4C30. Grayscale: #ACACAC. Windows color (decimal): -7097393 or 13611923. OLE color: 13611923.

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

Color convert

RGB147179207-
CMYK0.290.1400.19
HSL208º38.46%69.41%-
HSV(B)208º28.99%81.18%-
XYZ39.4242.9565.24-
YUV172.62147.4109.72-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.58%
GREEN value IS 179 (70.31% from 255) = 33.58%
BLUE value IS 207 (81.25% from 255) = 38.84%
R=27.58%
G=33.58%
B=38.84%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1471792070.290.1400.1920838.4669.41
Hex93B3CF1DE013d02645
Octal223263317351602332046105
Binary100100111011001111001111111011110010011110100001001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,179,207); }

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

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

 a { background-color: rgb(147,179,207); }

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

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

 span { border-color: rgb(147,179,207); }

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