Html Css Color HEX #84ACCB Polo Blue

📋 copy color: '#84ACCB'

red 132 ◦ green 172 ◦ blue 203

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

Shades of Polo Blue #84ACCB

Tints of Polo Blue #84ACCB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.93%

 BLUE value IS 203 (79.69% from 255) = 40.04%

R = 26.04%
G = 33.93%
B = 40.04%

CMYK

 C value IS 0.35

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#84ACCB (or 0x84ACCB) is known color: Polo Blue. HEX triplet: 84, AC and CB. RGB value is (132,172,203). Sum of RGB (Red+Green+Blue) = 132+172+203=507 (67% of max value = 765). Red value is 132 (51.95% from 255 or 26.04% from 507); Green value is 172 (67.58% from 255 or 33.93% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 203 - color contains mainly: blue. Hex color #84ACCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84ACCB is #7B5334. Grayscale: #A3A3A3. Windows color (decimal): -8082229 or 13347972. OLE color: 13347972.

HSL color Cylindrical-coordinate representation of color #84ACCB: hue angle of 206.2º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #84ACCB is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 132 172 203 -
CMYK 0.35 0.15 0 0.20
HSL 206.2º 0.41% 0.66% -
HSV(B) 206.2º 0.35% 0.8% -
XYZ 35.05 38.72 62.13 -
YUV 163.57 150.25 105.48 -
System Red Green Blue C M Y K H S L
Decimal 132 172 203 0.35 0.15 0 0.20 206.2 0.41 0.66
Hex 84 AC CB 23 F 0 14 CE 29 42
Octal 204 254 313 43 17 0 24 316 51 102
Binary 10000100 10101100 11001011 100011 1111 0 10100 11001110 101001 1000010

Color Harmonies of #84ACCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84ACCB

Black with #84ACCB

Text Example


Text Example

White with #84ACCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,172,203); }

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

background-color css

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

 a { background-color: rgb(132,172,203); }

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

border-color css

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

 span { border-color: rgb(132,172,203); }

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