#93B2CE

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

Shades of Polo Blue #93B2CE

Tints of Polo Blue #93B2CE

Color information

#93B2CE (or 0x93B2CE) is unknown color: approx Polo Blue. HEX triplet: 93, B2 and CE. RGB value is (147,178,206). Sum of RGB (Red+Green+Blue) = 147+178+206=531 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.68% from 531); Green value is 178 (69.92% from 255 or 33.52% from 531); Blue value is 206 (80.86% from 255 or 38.79% from 531); Max value from RGB is 206 - color contains mainly: blue. Hex color #93B2CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93B2CE is #6C4D31. Grayscale: #ABABAB. Windows color (decimal): -7097650 or 13546131. OLE color: 13546131.

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

Color convert

RGB147178206-
CMYK0.290.1400.19
HSL208.47º37.58%69.22%-
HSV(B)208.47º28.64%80.78%-
XYZ39.0942.564.54-
YUV171.92147.23110.22-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.68%
GREEN value IS 178 (69.92% from 255) = 33.52%
BLUE value IS 206 (80.86% from 255) = 38.79%
R=27.68%
G=33.52%
B=38.79%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1471782060.290.1400.19208.4737.5869.22
Hex93B2CE1DE013d02645
Octal223262316351602332046105
Binary100100111011001011001110111011110010011110100001001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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