Html Css Color HEX #93AEDA Polo Blue

📋 copy color: '#93AEDA'

red 147 ◦ green 174 ◦ blue 218

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

Shades of Polo Blue #93AEDA

Tints of Polo Blue #93AEDA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 32.28%

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

R = 27.27%
G = 32.28%
B = 40.45%

CMYK

 C value IS 0.33

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#93AEDA (or 0x93AEDA) is known color: Polo Blue. HEX triplet: 93, AE and DA. RGB value is (147,174,218). Sum of RGB (Red+Green+Blue) = 147+174+218=539 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.27% from 539); Green value is 174 (68.36% from 255 or 32.28% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 218 - color contains mainly: blue. Hex color #93AEDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93AEDA is #6C5125. Grayscale: #AAAAAA. Windows color (decimal): -7098662 or 14331539. OLE color: 14331539.

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

Color convert

RGB 147 174 218 -
CMYK 0.33 0.20 0 0.15
HSL 217.18º 0.49% 0.72% -
HSV(B) 217.18º 0.33% 0.85% -
XYZ 39.82 41.54 72.25 -
YUV 170.94 154.55 110.92 -
System Red Green Blue C M Y K H S L
Decimal 147 174 218 0.33 0.20 0 0.15 217.18 0.49 0.72
Hex 93 AE DA 21 14 0 F D9 31 48
Octal 223 256 332 41 24 0 17 331 61 110
Binary 10010011 10101110 11011010 100001 10100 0 1111 11011001 110001 1001000

Color Harmonies of #93AEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AEDA

Black with #93AEDA

Text Example


Text Example

White with #93AEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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