#84A3DD

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

Shades of Jordy Blue #84A3DD

Tints of Jordy Blue #84A3DD

Color information

#84A3DD (or 0x84A3DD) is unknown color: approx Jordy Blue. HEX triplet: 84, A3 and DD. RGB value is (132,163,221). Sum of RGB (Red+Green+Blue) = 132+163+221=516 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.58% from 516); Green value is 163 (64.06% from 255 or 31.59% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 221 - color contains mainly: blue. Hex color #84A3DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A3DD is #7B5C22. Grayscale: #A0A0A0. Windows color (decimal): -8084515 or 14525316. OLE color: 14525316.

HSL color Cylindrical-coordinate representation of color #84A3DD: hue angle of 219.1º 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 #84A3DD is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB132163221-
CMYK0.400.2600.13
HSL219.1º56.69%69.22%-
HSV(B)219.1º40.27%86.67%-
XYZ35.6636.3273.54-
YUV160.34162.23107.78-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.58%
GREEN value IS 163 (64.06% from 255) = 31.59%
BLUE value IS 221 (86.72% from 255) = 42.83%
R=25.58%
G=31.59%
B=42.83%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1321632210.400.2600.13219.156.6969.22
Hex84A3DD281A0Ddb3945
Octal204243335503201533371105
Binary1000010010100011110111011010001101001101110110111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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