#93B2CD

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

Shades of Polo Blue #93B2CD

Tints of Polo Blue #93B2CD

Color information

#93B2CD (or 0x93B2CD) is unknown color: approx Polo Blue. HEX triplet: 93, B2 and CD. RGB value is (147,178,205). Sum of RGB (Red+Green+Blue) = 147+178+205=530 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.74% from 530); Green value is 178 (69.92% from 255 or 33.58% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 205 - color contains mainly: blue. Hex color #93B2CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93B2CD is #6C4D32. Grayscale: #ABABAB. Windows color (decimal): -7097651 or 13480595. OLE color: 13480595.

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

Color convert

RGB147178205-
CMYK0.280.1300.20
HSL207.93º36.71%69.02%-
HSV(B)207.93º28.29%80.39%-
XYZ38.9742.4563.9-
YUV171.81146.73110.3-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.74%
GREEN value IS 178 (69.92% from 255) = 33.58%
BLUE value IS 205 (80.47% from 255) = 38.68%
R=27.74%
G=33.58%
B=38.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1471782050.280.1300.20207.9336.7169.02
Hex93B2CD1CD014d02545
Octal223262315341502432045105
Binary100100111011001011001101111001101010100110100001001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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