Html Css Color HEX #84AFCE Polo Blue

📋 copy color: '#84AFCE'

red 132 ◦ green 175 ◦ blue 206

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

Shades of Polo Blue #84AFCE

Tints of Polo Blue #84AFCE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.11%

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

R = 25.73%
G = 34.11%
B = 40.16%

CMYK

 C value IS 0.36

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#84AFCE (or 0x84AFCE) is known color: Polo Blue. HEX triplet: 84, AF and CE. RGB value is (132,175,206). Sum of RGB (Red+Green+Blue) = 132+175+206=513 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.73% from 513); Green value is 175 (68.75% from 255 or 34.11% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 206 - color contains mainly: blue. Hex color #84AFCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84AFCE is #7B5031. Grayscale: #A5A5A5. Windows color (decimal): -8081458 or 13545348. OLE color: 13545348.

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

Color convert

RGB 132 175 206 -
CMYK 0.36 0.15 0 0.19
HSL 205.14º 0.43% 0.66% -
HSV(B) 205.14º 0.36% 0.81% -
XYZ 35.99 40.02 64.22 -
YUV 165.68 150.75 103.98 -
System Red Green Blue C M Y K H S L
Decimal 132 175 206 0.36 0.15 0 0.19 205.14 0.43 0.66
Hex 84 AF CE 24 F 0 13 CD 2B 42
Octal 204 257 316 44 17 0 23 315 53 102
Binary 10000100 10101111 11001110 100100 1111 0 10011 11001101 101011 1000010

Color Harmonies of #84AFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84AFCE

Black with #84AFCE

Text Example


Text Example

White with #84AFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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