Html Css Color HEX #84ABCF Polo Blue

📋 copy color: '#84ABCF'

red 132 ◦ green 171 ◦ blue 207

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

Shades of Polo Blue #84ABCF

Tints of Polo Blue #84ABCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.59%

R = 25.88%
G = 33.53%
B = 40.59%

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

#84ABCF (or 0x84ABCF) is known color: Polo Blue. HEX triplet: 84, AB and CF. RGB value is (132,171,207). Sum of RGB (Red+Green+Blue) = 132+171+207=510 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.88% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 207 (81.25% from 255 or 40.59% from 510); Max value from RGB is 207 - color contains mainly: blue. Hex color #84ABCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84ABCF is #7B5430. Grayscale: #A3A3A3. Windows color (decimal): -8082481 or 13609860. OLE color: 13609860.

HSL color Cylindrical-coordinate representation of color #84ABCF: hue angle of 208.8º degrees, saturation: 0.44, 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 #84ABCF is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 132 171 207 -
CMYK 0.36 0.17 0 0.19
HSL 208.8º 0.44% 0.66% -
HSV(B) 208.8º 0.36% 0.81% -
XYZ 35.34 38.54 64.61 -
YUV 163.44 152.58 105.57 -
System Red Green Blue C M Y K H S L
Decimal 132 171 207 0.36 0.17 0 0.19 208.8 0.44 0.66
Hex 84 AB CF 24 11 0 13 D1 2C 42
Octal 204 253 317 44 21 0 23 321 54 102
Binary 10000100 10101011 11001111 100100 10001 0 10011 11010001 101100 1000010

Color Harmonies of #84ABCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84ABCF

Black with #84ABCF

Text Example


Text Example

White with #84ABCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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