Html Css Color HEX #84AADD Jordy Blue

📋 copy color: '#84AADD'

red 132 ◦ green 170 ◦ blue 221

#84AADD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jordy Blue #84AADD

Tints of Jordy Blue #84AADD

RGB

 RED value IS 132 (51.95% from 255) = 25.24%

 GREEN value IS 170 (66.8% from 255) = 32.5%

 BLUE value IS 221 (86.72% from 255) = 42.26%

R = 25.24%
G = 32.5%
B = 42.26%

CMYK

 C value IS 0.40

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#84AADD (or 0x84AADD) is known color: 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

RGB 132 170 221 -
CMYK 0.40 0.23 0 0.13
HSL 214.38º 0.57% 0.69% -
HSV(B) 214.38º 0.4% 0.87% -
XYZ 36.94 38.88 73.96 -
YUV 164.45 159.91 104.85 -
System Red Green Blue C M Y K H S L
Decimal 132 170 221 0.40 0.23 0 0.13 214.38 0.57 0.69
Hex 84 AA DD 28 17 0 D D6 39 45
Octal 204 252 335 50 27 0 15 326 71 105
Binary 10000100 10101010 11011101 101000 10111 0 1101 11010110 111001 1000101

Color Harmonies of #84AADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84AADD

Black with #84AADD

Text Example


Text Example

White with #84AADD

Text Example


Text Example

HTML Codes & Css Web 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>