Html Css Color HEX #89B2CC Polo Blue

📋 copy color: '#89B2CC'

red 137 ◦ green 178 ◦ blue 204

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

Shades of Polo Blue #89B2CC

Tints of Polo Blue #89B2CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.31%

R = 26.4%
G = 34.3%
B = 39.31%

CMYK

 C value IS 0.33

 M value IS 0.13

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#89B2CC (or 0x89B2CC) is known color: Polo Blue. HEX triplet: 89, B2 and CC. RGB value is (137,178,204). Sum of RGB (Red+Green+Blue) = 137+178+204=519 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.40% from 519); Green value is 178 (69.92% from 255 or 34.30% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 204 - color contains mainly: blue. Hex color #89B2CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89B2CC is #764D33. Grayscale: #A8A8A8. Windows color (decimal): -7753012 or 13415049. OLE color: 13415049.

HSL color Cylindrical-coordinate representation of color #89B2CC: hue angle of 203.28º 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 #89B2CC is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 137 178 204 -
CMYK 0.33 0.13 0 0.2
HSL 203.28º 0.4% 0.67% -
HSV(B) 203.28º 0.33% 0.8% -
XYZ 37.14 41.52 63.18 -
YUV 168.71 147.92 105.39 -
System Red Green Blue C M Y K H S L
Decimal 137 178 204 0.33 0.13 0 0.2 203.28 0.4 0.67
Hex 89 B2 CC 21 D 0 14 CB 28 43
Octal 211 262 314 41 15 0 24 313 50 103
Binary 10001001 10110010 11001100 100001 1101 0 10100 11001011 101000 1000011

Color Harmonies of #89B2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89B2CC

Black with #89B2CC

Text Example


Text Example

White with #89B2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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