Html Css Color HEX #84ABCE Polo Blue

📋 copy color: '#84ABCE'

red 132 ◦ green 171 ◦ blue 206

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

Shades of Polo Blue #84ABCE

Tints of Polo Blue #84ABCE

RGB

 RED value IS 132 (51.95% from 255) = 25.93%

 GREEN value IS 171 (67.19% from 255) = 33.6%

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

R = 25.93%
G = 33.6%
B = 40.47%

CMYK

 C value IS 0.36

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#84ABCE (or 0x84ABCE) is known color: Polo Blue. HEX triplet: 84, AB and CE. RGB value is (132,171,206). Sum of RGB (Red+Green+Blue) = 132+171+206=509 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.93% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 206 (80.86% from 255 or 40.47% from 509); Max value from RGB is 206 - color contains mainly: blue. Hex color #84ABCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84ABCE is #7B5431. Grayscale: #A3A3A3. Windows color (decimal): -8082482 or 13544324. OLE color: 13544324.

HSL color Cylindrical-coordinate representation of color #84ABCE: hue angle of 208.38º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84ABCE is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 132 171 206 -
CMYK 0.36 0.17 0 0.19
HSL 208.38º 0.43% 0.66% -
HSV(B) 208.38º 0.36% 0.81% -
XYZ 35.22 38.49 63.97 -
YUV 163.33 152.08 105.65 -
System Red Green Blue C M Y K H S L
Decimal 132 171 206 0.36 0.17 0 0.19 208.38 0.43 0.66
Hex 84 AB CE 24 11 0 13 D0 2B 42
Octal 204 253 316 44 21 0 23 320 53 102
Binary 10000100 10101011 11001110 100100 10001 0 10011 11010000 101011 1000010

Color Harmonies of #84ABCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84ABCE

Black with #84ABCE

Text Example


Text Example

White with #84ABCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84ABCE; }

 p { color: rgb(132,171,206); }

 H1.HeaderClassName
 {
   color: #84ABCE;
 }
 .AnyTagClassName
 {
   color: #84ABCE;
 }
</style>

background-color css

<style>
 a { background-color: #84ABCE; }

 a { background-color: rgb(132,171,206); }

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

border-color css

<style>
 span { border-color: #84ABCE; }

 span { border-color: rgb(132,171,206); }

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