Html Css Color HEX #84AADC Jordy Blue

📋 copy color: '#84AADC'

red 132 ◦ green 170 ◦ blue 220

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

Shades of Jordy Blue #84AADC

Tints of Jordy Blue #84AADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.15%

R = 25.29%
G = 32.57%
B = 42.15%

CMYK

 C value IS 0.40

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#84AADC (or 0x84AADC) is known color: Jordy Blue. HEX triplet: 84, AA and DC. RGB value is (132,170,220). Sum of RGB (Red+Green+Blue) = 132+170+220=522 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.29% from 522); Green value is 170 (66.80% from 255 or 32.57% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 220 - color contains mainly: blue. Hex color #84AADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84AADC is #7B5523. Grayscale: #A4A4A4. Windows color (decimal): -8082724 or 14461572. OLE color: 14461572.

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

Color convert

RGB 132 170 220 -
CMYK 0.40 0.23 0 0.14
HSL 214.09º 0.56% 0.69% -
HSV(B) 214.09º 0.4% 0.86% -
XYZ 36.81 38.82 73.26 -
YUV 164.34 159.41 104.93 -
System Red Green Blue C M Y K H S L
Decimal 132 170 220 0.40 0.23 0 0.14 214.09 0.56 0.69
Hex 84 AA DC 28 17 0 E D6 38 45
Octal 204 252 334 50 27 0 16 326 70 105
Binary 10000100 10101010 11011100 101000 10111 0 1110 11010110 111000 1000101

Color Harmonies of #84AADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84AADC

Black with #84AADC

Text Example


Text Example

White with #84AADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #84AADC;
 }
 .AnyTagClassName
 {
   color: #84AADC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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