#84ADE8

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

Shades of Jordy Blue #84ADE8

Tints of Jordy Blue #84ADE8

Color information

#84ADE8 (or 0x84ADE8) is unknown color: approx Jordy Blue. HEX triplet: 84, AD and E8. RGB value is (132,173,232). Sum of RGB (Red+Green+Blue) = 132+173+232=537 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.58% from 537); Green value is 173 (67.97% from 255 or 32.22% from 537); Blue value is 232 (91.02% from 255 or 43.20% from 537); Max value from RGB is 232 - color contains mainly: blue. Hex color #84ADE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #84ADE8 is #7B5217. Grayscale: #A7A7A7. Windows color (decimal): -8081944 or 15248772. OLE color: 15248772.

HSL color Cylindrical-coordinate representation of color #84ADE8: hue angle of 215.4º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #84ADE8 is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB132173232-
CMYK0.430.2500.09
HSL215.4º68.49%71.37%-
HSV(B)215.4º43.1%90.98%-
XYZ39.0240.6282.13-
YUV167.47164.42102.7-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.58%
GREEN value IS 173 (67.97% from 255) = 32.22%
BLUE value IS 232 (91.02% from 255) = 43.20%
R=24.58%
G=32.22%
B=43.20%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1321732320.430.2500.09215.468.4971.37
Hex84ADE82B1909d74447
Octal2042553505331011327104107
Binary10000100101011011110100010101111001010011101011110001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84ADE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,173,232); }

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

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

 a { background-color: rgb(132,173,232); }

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

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

 span { border-color: rgb(132,173,232); }

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