#84ADE3

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

Shades of Jordy Blue #84ADE3

Tints of Jordy Blue #84ADE3

Color information

#84ADE3 (or 0x84ADE3) is unknown color: approx Jordy Blue. HEX triplet: 84, AD and E3. RGB value is (132,173,227). Sum of RGB (Red+Green+Blue) = 132+173+227=532 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.81% from 532); Green value is 173 (67.97% from 255 or 32.52% from 532); Blue value is 227 (89.06% from 255 or 42.67% from 532); Max value from RGB is 227 - color contains mainly: blue. Hex color #84ADE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84ADE3 is #7B521C. Grayscale: #A6A6A6. Windows color (decimal): -8081949 or 14921092. OLE color: 14921092.

HSL color Cylindrical-coordinate representation of color #84ADE3: hue angle of 214.11º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #84ADE3 is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB132173227-
CMYK0.420.2400.11
HSL214.11º62.91%70.39%-
HSV(B)214.11º41.85%89.02%-
XYZ38.3240.3478.44-
YUV166.9161.92103.11-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.81%
GREEN value IS 173 (67.97% from 255) = 32.52%
BLUE value IS 227 (89.06% from 255) = 42.67%
R=24.81%
G=32.52%
B=42.67%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1321732270.420.2400.11214.1162.9170.39
Hex84ADE32A180Bd63f46
Octal204255343523001332677106
Binary1000010010101101111000111010101100001011110101101111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84ADE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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