#84AEE9

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

Shades of Jordy Blue #84AEE9

Tints of Jordy Blue #84AEE9

Color information

#84AEE9 (or 0x84AEE9) is unknown color: approx Jordy Blue. HEX triplet: 84, AE and E9. RGB value is (132,174,233). Sum of RGB (Red+Green+Blue) = 132+174+233=539 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.49% from 539); Green value is 174 (68.36% from 255 or 32.28% from 539); Blue value is 233 (91.41% from 255 or 43.23% from 539); Max value from RGB is 233 - color contains mainly: blue. Hex color #84AEE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #84AEE9 is #7B5116. Grayscale: #A7A7A7. Windows color (decimal): -8081687 or 15314564. OLE color: 15314564.

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

Color convert

RGB132174233-
CMYK0.430.2500.09
HSL215.05º69.66%71.57%-
HSV(B)215.05º43.35%91.37%-
XYZ39.3641.0682.94-
YUV168.17164.59102.2-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.49%
GREEN value IS 174 (68.36% from 255) = 32.28%
BLUE value IS 233 (91.41% from 255) = 43.23%
R=24.49%
G=32.28%
B=43.23%

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
Decimal1321742330.430.2500.09215.0569.6671.57
Hex84AEE92B1909d74648
Octal2042563515331011327106110
Binary10000100101011101110100110101111001010011101011110001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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