Html Css Color HEX #84AECE Polo Blue

📋 copy color: '#84AECE'

red 132 ◦ green 174 ◦ blue 206

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

Shades of Polo Blue #84AECE

Tints of Polo Blue #84AECE

RGB

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

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

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

R = 25.78%
G = 33.98%
B = 40.23%

CMYK

 C value IS 0.36

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#84AECE (or 0x84AECE) is known color: Polo Blue. HEX triplet: 84, AE and CE. RGB value is (132,174,206). Sum of RGB (Red+Green+Blue) = 132+174+206=512 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.78% from 512); Green value is 174 (68.36% from 255 or 33.98% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 206 - color contains mainly: blue. Hex color #84AECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84AECE is #7B5131. Grayscale: #A4A4A4. Windows color (decimal): -8081714 or 13545092. OLE color: 13545092.

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

Color convert

RGB 132 174 206 -
CMYK 0.36 0.16 0 0.19
HSL 205.95º 0.43% 0.66% -
HSV(B) 205.95º 0.36% 0.81% -
XYZ 35.79 39.63 64.16 -
YUV 165.09 151.09 104.4 -
System Red Green Blue C M Y K H S L
Decimal 132 174 206 0.36 0.16 0 0.19 205.95 0.43 0.66
Hex 84 AE CE 24 10 0 13 CE 2B 42
Octal 204 256 316 44 20 0 23 316 53 102
Binary 10000100 10101110 11001110 100100 10000 0 10011 11001110 101011 1000010

Color Harmonies of #84AECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84AECE

Black with #84AECE

Text Example


Text Example

White with #84AECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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