#93AFCB

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

Shades of Polo Blue #93AFCB

Tints of Polo Blue #93AFCB

Color information

#93AFCB (or 0x93AFCB) is unknown color: approx Polo Blue. HEX triplet: 93, AF and CB. RGB value is (147,175,203). Sum of RGB (Red+Green+Blue) = 147+175+203=525 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28% from 525); Green value is 175 (68.75% from 255 or 33.33% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 203 - color contains mainly: blue. Hex color #93AFCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93AFCB is #6C5034. Grayscale: #A9A9A9. Windows color (decimal): -7098421 or 13348755. OLE color: 13348755.

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

Color convert

RGB147175203-
CMYK0.280.1400.20
HSL210º35%68.63%-
HSV(B)210º27.59%79.61%-
XYZ38.1441.1762.44-
YUV169.82146.72111.72-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28%
GREEN value IS 175 (68.75% from 255) = 33.33%
BLUE value IS 203 (79.69% from 255) = 38.67%
R=28%
G=33.33%
B=38.67%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1471752030.280.1400.202103568.63
Hex93AFCB1CE014d22345
Octal223257313341602432243105
Binary100100111010111111001011111001110010100110100101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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