#93B0CF

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

Shades of Polo Blue #93B0CF

Tints of Polo Blue #93B0CF

Color information

#93B0CF (or 0x93B0CF) is unknown color: approx Polo Blue. HEX triplet: 93, B0 and CF. RGB value is (147,176,207). Sum of RGB (Red+Green+Blue) = 147+176+207=530 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.74% from 530); Green value is 176 (69.14% from 255 or 33.21% from 530); Blue value is 207 (81.25% from 255 or 39.06% from 530); Max value from RGB is 207 - color contains mainly: blue. Hex color #93B0CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93B0CF is #6C4F30. Grayscale: #AAAAAA. Windows color (decimal): -7098161 or 13611155. OLE color: 13611155.

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

Color convert

RGB147176207-
CMYK0.290.1500.19
HSL211º38.46%69.41%-
HSV(B)211º28.99%81.18%-
XYZ38.8241.7665.05-
YUV170.86148.39110.98-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.74%
GREEN value IS 176 (69.14% from 255) = 33.21%
BLUE value IS 207 (81.25% from 255) = 39.06%
R=27.74%
G=33.21%
B=39.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1471762070.290.1500.1921138.4669.41
Hex93B0CF1DF013d32645
Octal223260317351702332346105
Binary100100111011000011001111111011111010011110100111001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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