Html Css Color HEX #84A8CE Polo Blue

📋 copy color: '#84A8CE'

red 132 ◦ green 168 ◦ blue 206

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

Shades of Polo Blue #84A8CE

Tints of Polo Blue #84A8CE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.2%

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

R = 26.09%
G = 33.2%
B = 40.71%

CMYK

 C value IS 0.36

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#84A8CE (or 0x84A8CE) is known color: Polo Blue. HEX triplet: 84, A8 and CE. RGB value is (132,168,206). Sum of RGB (Red+Green+Blue) = 132+168+206=506 (67% of max value = 765). Red value is 132 (51.95% from 255 or 26.09% from 506); Green value is 168 (66.02% from 255 or 33.20% from 506); Blue value is 206 (80.86% from 255 or 40.71% from 506); Max value from RGB is 206 - color contains mainly: blue. Hex color #84A8CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A8CE is #7B5731. Grayscale: #A1A1A1. Windows color (decimal): -8083250 or 13543556. OLE color: 13543556.

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

Color convert

RGB 132 168 206 -
CMYK 0.36 0.18 0 0.19
HSL 210.81º 0.43% 0.66% -
HSV(B) 210.81º 0.36% 0.81% -
XYZ 34.66 37.37 63.78 -
YUV 161.57 153.07 106.91 -
System Red Green Blue C M Y K H S L
Decimal 132 168 206 0.36 0.18 0 0.19 210.81 0.43 0.66
Hex 84 A8 CE 24 12 0 13 D3 2B 42
Octal 204 250 316 44 22 0 23 323 53 102
Binary 10000100 10101000 11001110 100100 10010 0 10011 11010011 101011 1000010

Color Harmonies of #84A8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A8CE

Black with #84A8CE

Text Example


Text Example

White with #84A8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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