Html Css Color HEX #93A8CB Polo Blue

📋 copy color: '#93A8CB'

red 147 ◦ green 168 ◦ blue 203

#93A8CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Polo Blue #93A8CB

Tints of Polo Blue #93A8CB

RGB

 RED value IS 147 (57.81% from 255) = 28.38%

 GREEN value IS 168 (66.02% from 255) = 32.43%

 BLUE value IS 203 (79.69% from 255) = 39.19%

R = 28.38%
G = 32.43%
B = 39.19%

CMYK

 C value IS 0.28

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#93A8CB (or 0x93A8CB) is known color: Polo Blue. HEX triplet: 93, A8 and CB. RGB value is (147,168,203). Sum of RGB (Red+Green+Blue) = 147+168+203=518 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.38% from 518); Green value is 168 (66.02% from 255 or 32.43% from 518); Blue value is 203 (79.69% from 255 or 39.19% from 518); Max value from RGB is 203 - color contains mainly: blue. Hex color #93A8CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A8CB is #6C5734. Grayscale: #A5A5A5. Windows color (decimal): -7100213 or 13346963. OLE color: 13346963.

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

Color convert

RGB 147 168 203 -
CMYK 0.28 0.17 0 0.20
HSL 217.5º 0.35% 0.69% -
HSV(B) 217.5º 0.28% 0.8% -
XYZ 36.81 38.52 61.99 -
YUV 165.71 149.04 114.65 -
System Red Green Blue C M Y K H S L
Decimal 147 168 203 0.28 0.17 0 0.20 217.5 0.35 0.69
Hex 93 A8 CB 1C 11 0 14 DA 23 45
Octal 223 250 313 34 21 0 24 332 43 105
Binary 10010011 10101000 11001011 11100 10001 0 10100 11011010 100011 1000101

Color Harmonies of #93A8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A8CB

Black with #93A8CB

Text Example


Text Example

White with #93A8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #93A8CB;
 }
 .AnyTagClassName
 {
   color: #93A8CB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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