Html Css Color HEX #84A5D8 Polo Blue

📋 copy color: '#84A5D8'

red 132 ◦ green 165 ◦ blue 216

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

Shades of Polo Blue #84A5D8

Tints of Polo Blue #84A5D8

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.16%

 BLUE value IS 216 (84.77% from 255) = 42.11%

R = 25.73%
G = 32.16%
B = 42.11%

CMYK

 C value IS 0.39

 M value IS 0.24

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#84A5D8 (or 0x84A5D8) is known color: Polo Blue. HEX triplet: 84, A5 and D8. RGB value is (132,165,216). Sum of RGB (Red+Green+Blue) = 132+165+216=513 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.73% from 513); Green value is 165 (64.84% from 255 or 32.16% from 513); Blue value is 216 (84.77% from 255 or 42.11% from 513); Max value from RGB is 216 - color contains mainly: blue. Hex color #84A5D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A5D8 is #7B5A27. Grayscale: #A0A0A0. Windows color (decimal): -8084008 or 14198148. OLE color: 14198148.

HSL color Cylindrical-coordinate representation of color #84A5D8: hue angle of 216.43º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84A5D8 is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 132 165 216 -
CMYK 0.39 0.24 0 0.15
HSL 216.43º 0.52% 0.68% -
HSV(B) 216.43º 0.39% 0.85% -
XYZ 35.37 36.77 70.2 -
YUV 160.95 159.07 107.35 -
System Red Green Blue C M Y K H S L
Decimal 132 165 216 0.39 0.24 0 0.15 216.43 0.52 0.68
Hex 84 A5 D8 27 18 0 F D8 34 44
Octal 204 245 330 47 30 0 17 330 64 104
Binary 10000100 10100101 11011000 100111 11000 0 1111 11011000 110100 1000100

Color Harmonies of #84A5D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A5D8

Black with #84A5D8

Text Example


Text Example

White with #84A5D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,165,216); }

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

background-color css

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

 a { background-color: rgb(132,165,216); }

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

border-color css

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

 span { border-color: rgb(132,165,216); }

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