#93B5CD

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

Shades of Polo Blue #93B5CD

Tints of Polo Blue #93B5CD

Color information

#93B5CD (or 0x93B5CD) is unknown color: approx Polo Blue. HEX triplet: 93, B5 and CD. RGB value is (147,181,205). Sum of RGB (Red+Green+Blue) = 147+181+205=533 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.58% from 533); Green value is 181 (71.09% from 255 or 33.96% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 205 - color contains mainly: blue. Hex color #93B5CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93B5CD is #6C4A32. Grayscale: #ADADAD. Windows color (decimal): -7096883 or 13481363. OLE color: 13481363.

HSL color Cylindrical-coordinate representation of color #93B5CD: hue angle of 204.83º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #93B5CD is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB147181205-
CMYK0.280.1200.20
HSL204.83º36.71%69.02%-
HSV(B)204.83º28.29%80.39%-
XYZ39.5843.6664.1-
YUV173.57145.74109.05-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.58%
GREEN value IS 181 (71.09% from 255) = 33.96%
BLUE value IS 205 (80.47% from 255) = 38.46%
R=27.58%
G=33.96%
B=38.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1471812050.280.1200.20204.8336.7169.02
Hex93B5CD1CC014cd2545
Octal223265315341402431545105
Binary100100111011010111001101111001100010100110011011001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,181,205); }

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

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

 a { background-color: rgb(147,181,205); }

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

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

 span { border-color: rgb(147,181,205); }

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