Html Css Color HEX #93B5DC Polo Blue

📋 copy color: '#93B5DC'

red 147 ◦ green 181 ◦ blue 220

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

Shades of Polo Blue #93B5DC

Tints of Polo Blue #93B5DC

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.03%

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

R = 26.82%
G = 33.03%
B = 40.15%

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

#93B5DC (or 0x93B5DC) is known color: Polo Blue. HEX triplet: 93, B5 and DC. RGB value is (147,181,220). Sum of RGB (Red+Green+Blue) = 147+181+220=548 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.82% from 548); Green value is 181 (71.09% from 255 or 33.03% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 220 - color contains mainly: blue. Hex color #93B5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93B5DC is #6C4A23. Grayscale: #AFAFAF. Windows color (decimal): -7096868 or 14464403. OLE color: 14464403.

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

Color convert

RGB 147 181 220 -
CMYK 0.33 0.18 0 0.14
HSL 212.05º 0.51% 0.72% -
HSV(B) 212.05º 0.33% 0.86% -
XYZ 41.47 44.42 74.1 -
YUV 175.28 153.24 107.83 -
System Red Green Blue C M Y K H S L
Decimal 147 181 220 0.33 0.18 0 0.14 212.05 0.51 0.72
Hex 93 B5 DC 21 12 0 E D4 33 48
Octal 223 265 334 41 22 0 16 324 63 110
Binary 10010011 10110101 11011100 100001 10010 0 1110 11010100 110011 1001000

Color Harmonies of #93B5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B5DC

Black with #93B5DC

Text Example


Text Example

White with #93B5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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