Html Css Color HEX #84AECF Polo Blue

📋 copy color: '#84AECF'

red 132 ◦ green 174 ◦ blue 207

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

Shades of Polo Blue #84AECF

Tints of Polo Blue #84AECF

RGB

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

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

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

R = 25.73%
G = 33.92%
B = 40.35%

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

#84AECF (or 0x84AECF) is known color: Polo Blue. HEX triplet: 84, AE and CF. RGB value is (132,174,207). Sum of RGB (Red+Green+Blue) = 132+174+207=513 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.73% from 513); Green value is 174 (68.36% from 255 or 33.92% from 513); Blue value is 207 (81.25% from 255 or 40.35% from 513); Max value from RGB is 207 - color contains mainly: blue. Hex color #84AECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84AECF is #7B5130. Grayscale: #A5A5A5. Windows color (decimal): -8081713 or 13610628. OLE color: 13610628.

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

Color convert

RGB 132 174 207 -
CMYK 0.36 0.16 0 0.19
HSL 206.4º 0.44% 0.66% -
HSV(B) 206.4º 0.36% 0.81% -
XYZ 35.91 39.68 64.8 -
YUV 165.2 151.59 104.32 -
System Red Green Blue C M Y K H S L
Decimal 132 174 207 0.36 0.16 0 0.19 206.4 0.44 0.66
Hex 84 AE CF 24 10 0 13 CE 2C 42
Octal 204 256 317 44 20 0 23 316 54 102
Binary 10000100 10101110 11001111 100100 10000 0 10011 11001110 101100 1000010

Color Harmonies of #84AECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84AECF

Black with #84AECF

Text Example


Text Example

White with #84AECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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