#84AED9

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

Shades of Jordy Blue #84AED9

Tints of Jordy Blue #84AED9

Color information

#84AED9 (or 0x84AED9) is unknown color: approx Jordy Blue. HEX triplet: 84, AE and D9. RGB value is (132,174,217). Sum of RGB (Red+Green+Blue) = 132+174+217=523 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.24% from 523); Green value is 174 (68.36% from 255 or 33.27% from 523); Blue value is 217 (85.16% from 255 or 41.49% from 523); Max value from RGB is 217 - color contains mainly: blue. Hex color #84AED9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84AED9 is #7B5126. Grayscale: #A6A6A6. Windows color (decimal): -8081703 or 14265988. OLE color: 14265988.

HSL color Cylindrical-coordinate representation of color #84AED9: hue angle of 210.35º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84AED9 is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB132174217-
CMYK0.390.2000.15
HSL210.35º52.8%68.43%-
HSV(B)210.35º39.17%85.1%-
XYZ37.1840.1971.44-
YUV166.34156.59103.5-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.24%
GREEN value IS 174 (68.36% from 255) = 33.27%
BLUE value IS 217 (85.16% from 255) = 41.49%
R=25.24%
G=33.27%
B=41.49%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1321742170.390.2000.15210.3552.868.43
Hex84AED927140Fd23544
Octal204256331472401732265104
Binary1000010010101110110110011001111010001111110100101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,174,217); }

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

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

 a { background-color: rgb(132,174,217); }

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

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

 span { border-color: rgb(132,174,217); }

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