Html Css Color HEX #89B1CD Polo Blue

📋 copy color: '#89B1CD'

red 137 ◦ green 177 ◦ blue 205

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

Shades of Polo Blue #89B1CD

Tints of Polo Blue #89B1CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.5%

R = 26.4%
G = 34.1%
B = 39.5%

CMYK

 C value IS 0.33

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#89B1CD (or 0x89B1CD) is known color: Polo Blue. HEX triplet: 89, B1 and CD. RGB value is (137,177,205). Sum of RGB (Red+Green+Blue) = 137+177+205=519 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.40% from 519); Green value is 177 (69.53% from 255 or 34.10% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 205 - color contains mainly: blue. Hex color #89B1CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89B1CD is #764E32. Grayscale: #A8A8A8. Windows color (decimal): -7753267 or 13480329. OLE color: 13480329.

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

Color convert

RGB 137 177 205 -
CMYK 0.33 0.14 0 0.20
HSL 204.71º 0.4% 0.67% -
HSV(B) 204.71º 0.33% 0.8% -
XYZ 37.06 41.17 63.75 -
YUV 168.23 148.75 105.72 -
System Red Green Blue C M Y K H S L
Decimal 137 177 205 0.33 0.14 0 0.20 204.71 0.4 0.67
Hex 89 B1 CD 21 E 0 14 CD 28 43
Octal 211 261 315 41 16 0 24 315 50 103
Binary 10001001 10110001 11001101 100001 1110 0 10100 11001101 101000 1000011

Color Harmonies of #89B1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89B1CD

Black with #89B1CD

Text Example


Text Example

White with #89B1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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