#93B4CF

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

Shades of Polo Blue #93B4CF

Tints of Polo Blue #93B4CF

Color information

#93B4CF (or 0x93B4CF) is unknown color: approx Polo Blue. HEX triplet: 93, B4 and CF. RGB value is (147,180,207). Sum of RGB (Red+Green+Blue) = 147+180+207=534 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.53% from 534); Green value is 180 (70.70% from 255 or 33.71% from 534); Blue value is 207 (81.25% from 255 or 38.76% from 534); Max value from RGB is 207 - color contains mainly: blue. Hex color #93B4CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93B4CF is #6C4B30. Grayscale: #ADADAD. Windows color (decimal): -7097137 or 13612179. OLE color: 13612179.

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

Color convert

RGB147180207-
CMYK0.290.1300.19
HSL207º38.46%69.41%-
HSV(B)207º28.99%81.18%-
XYZ39.6243.3565.31-
YUV173.21147.07109.3-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.53%
GREEN value IS 180 (70.70% from 255) = 33.71%
BLUE value IS 207 (81.25% from 255) = 38.76%
R=27.53%
G=33.71%
B=38.76%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1471802070.290.1300.1920738.4669.41
Hex93B4CF1DD013cf2645
Octal223264317351502331746105
Binary100100111011010011001111111011101010011110011111001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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