Html Css Color HEX #89B1CE Polo Blue

📋 copy color: '#89B1CE'

red 137 ◦ green 177 ◦ blue 206

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

Shades of Polo Blue #89B1CE

Tints of Polo Blue #89B1CE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.04%

 BLUE value IS 206 (80.86% from 255) = 39.62%

R = 26.35%
G = 34.04%
B = 39.62%

CMYK

 C value IS 0.33

 M value IS 0.14

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#89B1CE (or 0x89B1CE) is known color: Polo Blue. HEX triplet: 89, B1 and CE. RGB value is (137,177,206). Sum of RGB (Red+Green+Blue) = 137+177+206=520 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.35% from 520); Green value is 177 (69.53% from 255 or 34.04% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 206 - color contains mainly: blue. Hex color #89B1CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89B1CE is #764E31. Grayscale: #A8A8A8. Windows color (decimal): -7753266 or 13545865. OLE color: 13545865.

HSL color Cylindrical-coordinate representation of color #89B1CE: hue angle of 205.22º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #89B1CE is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 137 177 206 -
CMYK 0.33 0.14 0 0.19
HSL 205.22º 0.41% 0.67% -
HSV(B) 205.22º 0.33% 0.81% -
XYZ 37.18 41.22 64.39 -
YUV 168.35 149.25 105.64 -
System Red Green Blue C M Y K H S L
Decimal 137 177 206 0.33 0.14 0 0.19 205.22 0.41 0.67
Hex 89 B1 CE 21 E 0 13 CD 29 43
Octal 211 261 316 41 16 0 23 315 51 103
Binary 10001001 10110001 11001110 100001 1110 0 10011 11001101 101001 1000011

Color Harmonies of #89B1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89B1CE

Black with #89B1CE

Text Example


Text Example

White with #89B1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,177,206); }

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

background-color css

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

 a { background-color: rgb(137,177,206); }

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

border-color css

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

 span { border-color: rgb(137,177,206); }

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