Html Css Color HEX #93B3DB Polo Blue

📋 copy color: '#93B3DB'

red 147 ◦ green 179 ◦ blue 219

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

Shades of Polo Blue #93B3DB

Tints of Polo Blue #93B3DB

RGB

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

 GREEN value IS 179 (70.31% from 255) = 32.84%

 BLUE value IS 219 (85.94% from 255) = 40.18%

R = 26.97%
G = 32.84%
B = 40.18%

CMYK

 C value IS 0.33

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#93B3DB (or 0x93B3DB) is known color: Polo Blue. HEX triplet: 93, B3 and DB. RGB value is (147,179,219). Sum of RGB (Red+Green+Blue) = 147+179+219=545 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.97% from 545); Green value is 179 (70.31% from 255 or 32.84% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 219 - color contains mainly: blue. Hex color #93B3DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93B3DB is #6C4C24. Grayscale: #ADADAD. Windows color (decimal): -7097381 or 14398355. OLE color: 14398355.

HSL color Cylindrical-coordinate representation of color #93B3DB: hue angle of 213.33º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93B3DB is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 147 179 219 -
CMYK 0.33 0.18 0 0.14
HSL 213.33º 0.5% 0.72% -
HSV(B) 213.33º 0.33% 0.86% -
XYZ 40.94 43.56 73.27 -
YUV 173.99 153.4 108.75 -
System Red Green Blue C M Y K H S L
Decimal 147 179 219 0.33 0.18 0 0.14 213.33 0.5 0.72
Hex 93 B3 DB 21 12 0 E D5 32 48
Octal 223 263 333 41 22 0 16 325 62 110
Binary 10010011 10110011 11011011 100001 10010 0 1110 11010101 110010 1001000

Color Harmonies of #93B3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B3DB

Black with #93B3DB

Text Example


Text Example

White with #93B3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,179,219); }

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

background-color css

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

 a { background-color: rgb(147,179,219); }

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

border-color css

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

 span { border-color: rgb(147,179,219); }

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