Html Css Color HEX #93B9DA Polo Blue

📋 copy color: '#93B9DA'

red 147 ◦ green 185 ◦ blue 218

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

Shades of Polo Blue #93B9DA

Tints of Polo Blue #93B9DA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.64%

 BLUE value IS 218 (85.55% from 255) = 39.64%

R = 26.73%
G = 33.64%
B = 39.64%

CMYK

 C value IS 0.33

 M value IS 0.15

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#93B9DA (or 0x93B9DA) is known color: Polo Blue. HEX triplet: 93, B9 and DA. RGB value is (147,185,218). Sum of RGB (Red+Green+Blue) = 147+185+218=550 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.73% from 550); Green value is 185 (72.66% from 255 or 33.64% from 550); Blue value is 218 (85.55% from 255 or 39.64% from 550); Max value from RGB is 218 - color contains mainly: blue. Hex color #93B9DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93B9DA is #6C4625. Grayscale: #B1B1B1. Windows color (decimal): -7095846 or 14334355. OLE color: 14334355.

HSL color Cylindrical-coordinate representation of color #93B9DA: hue angle of 207.89º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93B9DA is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 147 185 218 -
CMYK 0.33 0.15 0 0.15
HSL 207.89º 0.49% 0.72% -
HSV(B) 207.89º 0.33% 0.85% -
XYZ 42.04 45.96 72.99 -
YUV 177.4 150.91 106.32 -
System Red Green Blue C M Y K H S L
Decimal 147 185 218 0.33 0.15 0 0.15 207.89 0.49 0.72
Hex 93 B9 DA 21 F 0 F D0 31 48
Octal 223 271 332 41 17 0 17 320 61 110
Binary 10010011 10111001 11011010 100001 1111 0 1111 11010000 110001 1001000

Color Harmonies of #93B9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B9DA

Black with #93B9DA

Text Example


Text Example

White with #93B9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,185,218); }

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

background-color css

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

 a { background-color: rgb(147,185,218); }

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

border-color css

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

 span { border-color: rgb(147,185,218); }

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