#93b1c9

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

Shades of Polo Blue #93B1C9

Tints of Polo Blue #93B1C9

Color information

#93B1C9 (or 0x93B1C9) is unknown color: approx Polo Blue. HEX triplet: 93, B1 and C9. RGB value is (147,177,201). Sum of RGB (Red+Green+Blue) = 147+177+201=525 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28% from 525); Green value is 177 (69.53% from 255 or 33.71% from 525); Blue value is 201 (78.91% from 255 or 38.29% from 525); Max value from RGB is 201 - color contains mainly: blue. Hex color #93B1C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93B1C9 is #6C4E36. Grayscale: #AAAAAA. Windows color (decimal): -7097911 or 13218195. OLE color: 13218195.

HSL color Cylindrical-coordinate representation of color #93B1C9: hue angle of 206.67º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #93B1C9 is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB147177201-
CMYK0.270.1200.21
HSL206.67º33.33%68.24%-
HSV(B)206.67º26.87%78.82%-
XYZ38.341.8661.32-
YUV170.77145.06111.05-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28%
GREEN value IS 177 (69.53% from 255) = 33.71%
BLUE value IS 201 (78.91% from 255) = 38.29%
R=28%
G=33.71%
B=38.29%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1471772010.270.1200.21206.6733.3368.24
Hex93B1C91BC015cf2144
Octal223261311331402531741104
Binary100100111011000111001001110111100010101110011111000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93b1c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,177,201); }

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

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

 a { background-color: rgb(147,177,201); }

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

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

 span { border-color: rgb(147,177,201); }

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