#84A6DC

Color #84A6DC Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #84A6DC

Tints of Jordy Blue #84A6DC

Color information

#84A6DC (or 0x84A6DC) is unknown color: approx Jordy Blue. HEX triplet: 84, A6 and DC. RGB value is (132,166,220). Sum of RGB (Red+Green+Blue) = 132+166+220=518 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.48% from 518); Green value is 166 (65.23% from 255 or 32.05% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #84A6DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A6DC is #7B5923. Grayscale: #A1A1A1. Windows color (decimal): -8083748 or 14460548. OLE color: 14460548.

HSL color Cylindrical-coordinate representation of color #84A6DC: hue angle of 216.82º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84A6DC is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB132166220-
CMYK0.400.2500.14
HSL216.82º55.7%69.02%-
HSV(B)216.82º40%86.27%-
XYZ36.0737.3573.02-
YUV161.99160.74106.61-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.48%
GREEN value IS 166 (65.23% from 255) = 32.05%
BLUE value IS 220 (86.33% from 255) = 42.47%
R=25.48%
G=32.05%
B=42.47%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1321662200.400.2500.14216.8255.769.02
Hex84A6DC28190Ed93845
Octal204246334503101633170105
Binary1000010010100110110111001010001100101110110110011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,166,220); }

 H1.HeaderClassName
 {
   color: #84A6DC;
 }
 .AnyTagClassName
 {
   color: #84A6DC;
 }
</style>
background-color css

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

 a { background-color: rgb(132,166,220); }

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

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

 span { border-color: rgb(132,166,220); }

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