#84B8DC

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

Shades of Jordy Blue #84B8DC

Tints of Jordy Blue #84B8DC

Color information

#84B8DC (or 0x84B8DC) is unknown color: approx Jordy Blue. HEX triplet: 84, B8 and DC. RGB value is (132,184,220). Sum of RGB (Red+Green+Blue) = 132+184+220=536 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.63% from 536); Green value is 184 (72.27% from 255 or 34.33% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #84B8DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84B8DC is #7B4723. Grayscale: #ACACAC. Windows color (decimal): -8079140 or 14465156. OLE color: 14465156.

HSL color Cylindrical-coordinate representation of color #84B8DC: hue angle of 204.55º 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 #84B8DC is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB132184220-
CMYK0.400.1600.14
HSL204.55º55.7%69.02%-
HSV(B)204.55º40%86.27%-
XYZ39.5744.3574.19-
YUV172.56154.7799.07-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.63%
GREEN value IS 184 (72.27% from 255) = 34.33%
BLUE value IS 220 (86.33% from 255) = 41.04%
R=24.63%
G=34.33%
B=41.04%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1321842200.400.1600.14204.5555.769.02
Hex84B8DC28100Ecd3845
Octal204270334502001631570105
Binary1000010010111000110111001010001000001110110011011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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