#84AADD

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

Shades of Jordy Blue #84AADD

Tints of Jordy Blue #84AADD

Color information

#84AADD (or 0x84AADD) is unknown color: approx Jordy Blue. HEX triplet: 84, AA and DD. RGB value is (132,170,221). Sum of RGB (Red+Green+Blue) = 132+170+221=523 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.24% from 523); Green value is 170 (66.80% from 255 or 32.50% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 221 - color contains mainly: blue. Hex color #84AADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84AADD is #7B5522. Grayscale: #A4A4A4. Windows color (decimal): -8082723 or 14527108. OLE color: 14527108.

HSL color Cylindrical-coordinate representation of color #84AADD: hue angle of 214.38º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84AADD is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB132170221-
CMYK0.400.2300.13
HSL214.38º56.69%69.22%-
HSV(B)214.38º40.27%86.67%-
XYZ36.9438.8873.96-
YUV164.45159.91104.85-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.24%
GREEN value IS 170 (66.80% from 255) = 32.50%
BLUE value IS 221 (86.72% from 255) = 42.26%
R=25.24%
G=32.50%
B=42.26%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1321702210.400.2300.13214.3856.6969.22
Hex84AADD28170Dd63945
Octal204252335502701532671105
Binary1000010010101010110111011010001011101101110101101110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,170,221); }

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

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

 a { background-color: rgb(132,170,221); }

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

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

 span { border-color: rgb(132,170,221); }

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