Html Css Color HEX #84A1D6 Polo Blue

📋 copy color: '#84A1D6'

red 132 ◦ green 161 ◦ blue 214

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

Shades of Polo Blue #84A1D6

Tints of Polo Blue #84A1D6

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.76%

 BLUE value IS 214 (83.98% from 255) = 42.21%

R = 26.04%
G = 31.76%
B = 42.21%

CMYK

 C value IS 0.38

 M value IS 0.25

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#84A1D6 (or 0x84A1D6) is known color: Polo Blue. HEX triplet: 84, A1 and D6. RGB value is (132,161,214). Sum of RGB (Red+Green+Blue) = 132+161+214=507 (67% of max value = 765). Red value is 132 (51.95% from 255 or 26.04% from 507); Green value is 161 (63.28% from 255 or 31.76% from 507); Blue value is 214 (83.98% from 255 or 42.21% from 507); Max value from RGB is 214 - color contains mainly: blue. Hex color #84A1D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A1D6 is #7B5E29. Grayscale: #9E9E9E. Windows color (decimal): -8085034 or 14066052. OLE color: 14066052.

HSL color Cylindrical-coordinate representation of color #84A1D6: hue angle of 218.78º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #84A1D6 is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 132 161 214 -
CMYK 0.38 0.25 0 0.16
HSL 218.78º 0.5% 0.68% -
HSV(B) 218.78º 0.38% 0.84% -
XYZ 34.4 35.25 68.61 -
YUV 158.37 159.39 109.19 -
System Red Green Blue C M Y K H S L
Decimal 132 161 214 0.38 0.25 0 0.16 218.78 0.5 0.68
Hex 84 A1 D6 26 19 0 10 DB 32 44
Octal 204 241 326 46 31 0 20 333 62 104
Binary 10000100 10100001 11010110 100110 11001 0 10000 11011011 110010 1000100

Color Harmonies of #84A1D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A1D6

Black with #84A1D6

Text Example


Text Example

White with #84A1D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,161,214); }

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

background-color css

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

 a { background-color: rgb(132,161,214); }

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

border-color css

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

 span { border-color: rgb(132,161,214); }

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