Html Css Color HEX #93B3DC Polo Blue

📋 copy color: '#93B3DC'

red 147 ◦ green 179 ◦ blue 220

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

Shades of Polo Blue #93B3DC

Tints of Polo Blue #93B3DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.29%

R = 26.92%
G = 32.78%
B = 40.29%

CMYK

 C value IS 0.33

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#93B3DC (or 0x93B3DC) is known color: Polo Blue. HEX triplet: 93, B3 and DC. RGB value is (147,179,220). Sum of RGB (Red+Green+Blue) = 147+179+220=546 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.92% from 546); Green value is 179 (70.31% from 255 or 32.78% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 220 - color contains mainly: blue. Hex color #93B3DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93B3DC is #6C4C23. Grayscale: #ADADAD. Windows color (decimal): -7097380 or 14463891. OLE color: 14463891.

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

Color convert

RGB 147 179 220 -
CMYK 0.33 0.19 0 0.14
HSL 213.7º 0.51% 0.72% -
HSV(B) 213.7º 0.33% 0.86% -
XYZ 41.07 43.61 73.96 -
YUV 174.11 153.9 108.67 -
System Red Green Blue C M Y K H S L
Decimal 147 179 220 0.33 0.19 0 0.14 213.7 0.51 0.72
Hex 93 B3 DC 21 13 0 E D6 33 48
Octal 223 263 334 41 23 0 16 326 63 110
Binary 10010011 10110011 11011100 100001 10011 0 1110 11010110 110011 1001000

Color Harmonies of #93B3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B3DC

Black with #93B3DC

Text Example


Text Example

White with #93B3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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