Html Css Color HEX #84AECB Polo Blue

📋 copy color: '#84AECB'

red 132 ◦ green 174 ◦ blue 203

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

Shades of Polo Blue #84AECB

Tints of Polo Blue #84AECB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.18%

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

R = 25.93%
G = 34.18%
B = 39.88%

CMYK

 C value IS 0.35

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#84AECB (or 0x84AECB) is known color: Polo Blue. HEX triplet: 84, AE and CB. RGB value is (132,174,203). Sum of RGB (Red+Green+Blue) = 132+174+203=509 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.93% from 509); Green value is 174 (68.36% from 255 or 34.18% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 203 - color contains mainly: blue. Hex color #84AECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84AECB is #7B5134. Grayscale: #A4A4A4. Windows color (decimal): -8081717 or 13348484. OLE color: 13348484.

HSL color Cylindrical-coordinate representation of color #84AECB: hue angle of 204.51º 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 #84AECB is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 132 174 203 -
CMYK 0.35 0.14 0 0.20
HSL 204.51º 0.41% 0.66% -
HSV(B) 204.51º 0.35% 0.8% -
XYZ 35.43 39.49 62.25 -
YUV 164.75 149.59 104.64 -
System Red Green Blue C M Y K H S L
Decimal 132 174 203 0.35 0.14 0 0.20 204.51 0.41 0.66
Hex 84 AE CB 23 E 0 14 CD 29 42
Octal 204 256 313 43 16 0 24 315 51 102
Binary 10000100 10101110 11001011 100011 1110 0 10100 11001101 101001 1000010

Color Harmonies of #84AECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84AECB

Black with #84AECB

Text Example


Text Example

White with #84AECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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