Html Css Color HEX #84AFCD Polo Blue

📋 copy color: '#84AFCD'

red 132 ◦ green 175 ◦ blue 205

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

Shades of Polo Blue #84AFCD

Tints of Polo Blue #84AFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.04%

R = 25.78%
G = 34.18%
B = 40.04%

CMYK

 C value IS 0.36

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#84AFCD (or 0x84AFCD) is known color: Polo Blue. HEX triplet: 84, AF and CD. RGB value is (132,175,205). Sum of RGB (Red+Green+Blue) = 132+175+205=512 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.78% from 512); Green value is 175 (68.75% from 255 or 34.18% from 512); Blue value is 205 (80.47% from 255 or 40.04% from 512); Max value from RGB is 205 - color contains mainly: blue. Hex color #84AFCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84AFCD is #7B5032. Grayscale: #A5A5A5. Windows color (decimal): -8081459 or 13479812. OLE color: 13479812.

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

Color convert

RGB 132 175 205 -
CMYK 0.36 0.15 0 0.20
HSL 204.66º 0.42% 0.66% -
HSV(B) 204.66º 0.36% 0.8% -
XYZ 35.87 39.97 63.58 -
YUV 165.56 150.25 104.06 -
System Red Green Blue C M Y K H S L
Decimal 132 175 205 0.36 0.15 0 0.20 204.66 0.42 0.66
Hex 84 AF CD 24 F 0 14 CD 2A 42
Octal 204 257 315 44 17 0 24 315 52 102
Binary 10000100 10101111 11001101 100100 1111 0 10100 11001101 101010 1000010

Color Harmonies of #84AFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84AFCD

Black with #84AFCD

Text Example


Text Example

White with #84AFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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