Html Css Color HEX #89B3CC Polo Blue

📋 copy color: '#89B3CC'

red 137 ◦ green 179 ◦ blue 204

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

Shades of Polo Blue #89B3CC

Tints of Polo Blue #89B3CC

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.42%

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

R = 26.35%
G = 34.42%
B = 39.23%

CMYK

 C value IS 0.33

 M value IS 0.12

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#89B3CC (or 0x89B3CC) is known color: Polo Blue. HEX triplet: 89, B3 and CC. RGB value is (137,179,204). Sum of RGB (Red+Green+Blue) = 137+179+204=520 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.35% from 520); Green value is 179 (70.31% from 255 or 34.42% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 204 - color contains mainly: blue. Hex color #89B3CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89B3CC is #764C33. Grayscale: #A9A9A9. Windows color (decimal): -7752756 or 13415305. OLE color: 13415305.

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

Color convert

RGB 137 179 204 -
CMYK 0.33 0.12 0 0.2
HSL 202.39º 0.4% 0.67% -
HSV(B) 202.39º 0.33% 0.8% -
XYZ 37.34 41.92 63.25 -
YUV 169.29 147.59 104.97 -
System Red Green Blue C M Y K H S L
Decimal 137 179 204 0.33 0.12 0 0.2 202.39 0.4 0.67
Hex 89 B3 CC 21 C 0 14 CA 28 43
Octal 211 263 314 41 14 0 24 312 50 103
Binary 10001001 10110011 11001100 100001 1100 0 10100 11001010 101000 1000011

Color Harmonies of #89B3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89B3CC

Black with #89B3CC

Text Example


Text Example

White with #89B3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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