Html Css Color HEX #89ABDA Polo Blue

📋 copy color: '#89ABDA'

red 137 ◦ green 171 ◦ blue 218

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

Shades of Polo Blue #89ABDA

Tints of Polo Blue #89ABDA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.51%

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

R = 26.05%
G = 32.51%
B = 41.44%

CMYK

 C value IS 0.37

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#89ABDA (or 0x89ABDA) is known color: Polo Blue. HEX triplet: 89, AB and DA. RGB value is (137,171,218). Sum of RGB (Red+Green+Blue) = 137+171+218=526 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.05% from 526); Green value is 171 (67.19% from 255 or 32.51% from 526); Blue value is 218 (85.55% from 255 or 41.44% from 526); Max value from RGB is 218 - color contains mainly: blue. Hex color #89ABDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89ABDA is #765425. Grayscale: #A5A5A5. Windows color (decimal): -7754790 or 14330761. OLE color: 14330761.

HSL color Cylindrical-coordinate representation of color #89ABDA: hue angle of 214.81º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #89ABDA is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 137 171 218 -
CMYK 0.37 0.22 0 0.15
HSL 214.81º 0.52% 0.7% -
HSV(B) 214.81º 0.37% 0.85% -
XYZ 37.53 39.51 71.98 -
YUV 166.19 157.24 107.18 -
System Red Green Blue C M Y K H S L
Decimal 137 171 218 0.37 0.22 0 0.15 214.81 0.52 0.7
Hex 89 AB DA 25 16 0 F D7 34 46
Octal 211 253 332 45 26 0 17 327 64 106
Binary 10001001 10101011 11011010 100101 10110 0 1111 11010111 110100 1000110

Color Harmonies of #89ABDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89ABDA

Black with #89ABDA

Text Example


Text Example

White with #89ABDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,171,218); }

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

background-color css

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

 a { background-color: rgb(137,171,218); }

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

border-color css

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

 span { border-color: rgb(137,171,218); }

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