Html Css Color HEX #89B2D7 Polo Blue

📋 copy color: '#89B2D7'

red 137 ◦ green 178 ◦ blue 215

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

Shades of Polo Blue #89B2D7

Tints of Polo Blue #89B2D7

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.58%

 BLUE value IS 215 (84.38% from 255) = 40.57%

R = 25.85%
G = 33.58%
B = 40.57%

CMYK

 C value IS 0.36

 M value IS 0.17

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#89B2D7 (or 0x89B2D7) is known color: Polo Blue. HEX triplet: 89, B2 and D7. RGB value is (137,178,215). Sum of RGB (Red+Green+Blue) = 137+178+215=530 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.85% from 530); Green value is 178 (69.92% from 255 or 33.58% from 530); Blue value is 215 (84.38% from 255 or 40.57% from 530); Max value from RGB is 215 - color contains mainly: blue. Hex color #89B2D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89B2D7 is #764D28. Grayscale: #A9A9A9. Windows color (decimal): -7753001 or 14135945. OLE color: 14135945.

HSL color Cylindrical-coordinate representation of color #89B2D7: hue angle of 208.46º degrees, saturation: 0.49, 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 #89B2D7 is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 137 178 215 -
CMYK 0.36 0.17 0 0.16
HSL 208.46º 0.49% 0.69% -
HSV(B) 208.46º 0.36% 0.84% -
XYZ 38.5 42.07 70.38 -
YUV 169.96 153.42 104.49 -
System Red Green Blue C M Y K H S L
Decimal 137 178 215 0.36 0.17 0 0.16 208.46 0.49 0.69
Hex 89 B2 D7 24 11 0 10 D0 31 45
Octal 211 262 327 44 21 0 20 320 61 105
Binary 10001001 10110010 11010111 100100 10001 0 10000 11010000 110001 1000101

Color Harmonies of #89B2D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89B2D7

Black with #89B2D7

Text Example


Text Example

White with #89B2D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,178,215); }

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

background-color css

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

 a { background-color: rgb(137,178,215); }

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

border-color css

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

 span { border-color: rgb(137,178,215); }

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