#93AFCF

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

Shades of Polo Blue #93AFCF

Tints of Polo Blue #93AFCF

Color information

#93AFCF (or 0x93AFCF) is unknown color: approx Polo Blue. HEX triplet: 93, AF and CF. RGB value is (147,175,207). Sum of RGB (Red+Green+Blue) = 147+175+207=529 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.79% from 529); Green value is 175 (68.75% from 255 or 33.08% from 529); Blue value is 207 (81.25% from 255 or 39.13% from 529); Max value from RGB is 207 - color contains mainly: blue. Hex color #93AFCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93AFCF is #6C5030. Grayscale: #AAAAAA. Windows color (decimal): -7098417 or 13610899. OLE color: 13610899.

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

Color convert

RGB147175207-
CMYK0.290.1500.19
HSL212º38.46%69.41%-
HSV(B)212º28.99%81.18%-
XYZ38.6341.3764.98-
YUV170.28148.72111.4-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.79%
GREEN value IS 175 (68.75% from 255) = 33.08%
BLUE value IS 207 (81.25% from 255) = 39.13%
R=27.79%
G=33.08%
B=39.13%

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
Decimal1471752070.290.1500.1921238.4669.41
Hex93AFCF1DF013d42645
Octal223257317351702332446105
Binary100100111010111111001111111011111010011110101001001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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