#84A7D9

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

Shades of Jordy Blue #84A7D9

Tints of Jordy Blue #84A7D9

Color information

#84A7D9 (or 0x84A7D9) is unknown color: approx Jordy Blue. HEX triplet: 84, A7 and D9. RGB value is (132,167,217). Sum of RGB (Red+Green+Blue) = 132+167+217=516 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.58% from 516); Green value is 167 (65.62% from 255 or 32.36% from 516); Blue value is 217 (85.16% from 255 or 42.05% from 516); Max value from RGB is 217 - color contains mainly: blue. Hex color #84A7D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A7D9 is #7B5826. Grayscale: #A2A2A2. Windows color (decimal): -8083495 or 14264196. OLE color: 14264196.

HSL color Cylindrical-coordinate representation of color #84A7D9: hue angle of 215.29º 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 #84A7D9 is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB132167217-
CMYK0.390.2300.15
HSL215.29º52.8%68.43%-
HSV(B)215.29º39.17%85.1%-
XYZ35.8637.5571-
YUV162.23158.9106.43-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.58%
GREEN value IS 167 (65.62% from 255) = 32.36%
BLUE value IS 217 (85.16% from 255) = 42.05%
R=25.58%
G=32.36%
B=42.05%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1321672170.390.2300.15215.2952.868.43
Hex84A7D927170Fd73544
Octal204247331472701732765104
Binary1000010010100111110110011001111011101111110101111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A7D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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