Html Css Color HEX #89A3D6 Polo Blue

📋 copy color: '#89A3D6'

red 137 ◦ green 163 ◦ blue 214

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

Shades of Polo Blue #89A3D6

Tints of Polo Blue #89A3D6

RGB

 RED value IS 137 (53.91% from 255) = 26.65%

 GREEN value IS 163 (64.06% from 255) = 31.71%

 BLUE value IS 214 (83.98% from 255) = 41.63%

R = 26.65%
G = 31.71%
B = 41.63%

CMYK

 C value IS 0.36

 M value IS 0.24

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#89A3D6 (or 0x89A3D6) is known color: Polo Blue. HEX triplet: 89, A3 and D6. RGB value is (137,163,214). Sum of RGB (Red+Green+Blue) = 137+163+214=514 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.65% from 514); Green value is 163 (64.06% from 255 or 31.71% from 514); Blue value is 214 (83.98% from 255 or 41.63% from 514); Max value from RGB is 214 - color contains mainly: blue. Hex color #89A3D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A3D6 is #765C29. Grayscale: #A0A0A0. Windows color (decimal): -7756842 or 14066569. OLE color: 14066569.

HSL color Cylindrical-coordinate representation of color #89A3D6: hue angle of 219.74º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #89A3D6 is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 137 163 214 -
CMYK 0.36 0.24 0 0.16
HSL 219.74º 0.48% 0.69% -
HSV(B) 219.74º 0.36% 0.84% -
XYZ 35.55 36.37 68.76 -
YUV 161.04 157.89 110.85 -
System Red Green Blue C M Y K H S L
Decimal 137 163 214 0.36 0.24 0 0.16 219.74 0.48 0.69
Hex 89 A3 D6 24 18 0 10 DC 30 45
Octal 211 243 326 44 30 0 20 334 60 105
Binary 10001001 10100011 11010110 100100 11000 0 10000 11011100 110000 1000101

Color Harmonies of #89A3D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89A3D6

Black with #89A3D6

Text Example


Text Example

White with #89A3D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89A3D6; }

 p { color: rgb(137,163,214); }

 H1.HeaderClassName
 {
   color: #89A3D6;
 }
 .AnyTagClassName
 {
   color: #89A3D6;
 }
</style>

background-color css

<style>
 a { background-color: #89A3D6; }

 a { background-color: rgb(137,163,214); }

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

border-color css

<style>
 span { border-color: #89A3D6; }

 span { border-color: rgb(137,163,214); }

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