Html Css Color HEX #89A4CC Polo Blue

📋 copy color: '#89A4CC'

red 137 ◦ green 164 ◦ blue 204

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

Shades of Polo Blue #89A4CC

Tints of Polo Blue #89A4CC

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.48%

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

R = 27.13%
G = 32.48%
B = 40.4%

CMYK

 C value IS 0.33

 M value IS 0.20

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#89A4CC (or 0x89A4CC) is known color: Polo Blue. HEX triplet: 89, A4 and CC. RGB value is (137,164,204). Sum of RGB (Red+Green+Blue) = 137+164+204=505 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.13% from 505); Green value is 164 (64.45% from 255 or 32.48% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 204 - color contains mainly: blue. Hex color #89A4CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A4CC is #765B33. Grayscale: #A0A0A0. Windows color (decimal): -7756596 or 13411465. OLE color: 13411465.

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

Color convert

RGB 137 164 204 -
CMYK 0.33 0.20 0 0.2
HSL 215.82º 0.4% 0.67% -
HSV(B) 215.82º 0.33% 0.8% -
XYZ 34.49 36.23 62.3 -
YUV 160.49 152.55 111.25 -
System Red Green Blue C M Y K H S L
Decimal 137 164 204 0.33 0.20 0 0.2 215.82 0.4 0.67
Hex 89 A4 CC 21 14 0 14 D8 28 43
Octal 211 244 314 41 24 0 24 330 50 103
Binary 10001001 10100100 11001100 100001 10100 0 10100 11011000 101000 1000011

Color Harmonies of #89A4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89A4CC

Black with #89A4CC

Text Example


Text Example

White with #89A4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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