Html Css Color HEX #89A5DD Polo Blue

📋 copy color: '#89A5DD'

red 137 ◦ green 165 ◦ blue 221

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

Shades of Polo Blue #89A5DD

Tints of Polo Blue #89A5DD

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.55%

 BLUE value IS 221 (86.72% from 255) = 42.26%

R = 26.2%
G = 31.55%
B = 42.26%

CMYK

 C value IS 0.38

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#89A5DD (or 0x89A5DD) is known color: Polo Blue. HEX triplet: 89, A5 and DD. RGB value is (137,165,221). Sum of RGB (Red+Green+Blue) = 137+165+221=523 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.20% from 523); Green value is 165 (64.84% from 255 or 31.55% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 221 - color contains mainly: blue. Hex color #89A5DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A5DD is #765A22. Grayscale: #A2A2A2. Windows color (decimal): -7756323 or 14525833. OLE color: 14525833.

HSL color Cylindrical-coordinate representation of color #89A5DD: hue angle of 220º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #89A5DD is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 137 165 221 -
CMYK 0.38 0.25 0 0.13
HSL 220º 0.55% 0.7% -
HSV(B) 220º 0.38% 0.87% -
XYZ 36.82 37.45 73.69 -
YUV 163.01 160.72 109.45 -
System Red Green Blue C M Y K H S L
Decimal 137 165 221 0.38 0.25 0 0.13 220 0.55 0.7
Hex 89 A5 DD 26 19 0 D DC 37 46
Octal 211 245 335 46 31 0 15 334 67 106
Binary 10001001 10100101 11011101 100110 11001 0 1101 11011100 110111 1000110

Color Harmonies of #89A5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89A5DD

Black with #89A5DD

Text Example


Text Example

White with #89A5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,165,221); }

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

background-color css

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

 a { background-color: rgb(137,165,221); }

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

border-color css

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

 span { border-color: rgb(137,165,221); }

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