Html Css Color HEX #84A8DC Jordy Blue

📋 copy color: '#84A8DC'

red 132 ◦ green 168 ◦ blue 220

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

Shades of Jordy Blue #84A8DC

Tints of Jordy Blue #84A8DC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.31%

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

R = 25.38%
G = 32.31%
B = 42.31%

CMYK

 C value IS 0.40

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#84A8DC (or 0x84A8DC) is known color: Jordy Blue. HEX triplet: 84, A8 and DC. RGB value is (132,168,220). Sum of RGB (Red+Green+Blue) = 132+168+220=520 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.38% from 520); Green value is 168 (66.02% from 255 or 32.31% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #84A8DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A8DC is #7B5723. Grayscale: #A2A2A2. Windows color (decimal): -8083236 or 14461060. OLE color: 14461060.

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

Color convert

RGB 132 168 220 -
CMYK 0.40 0.24 0 0.14
HSL 215.45º 0.56% 0.69% -
HSV(B) 215.45º 0.4% 0.86% -
XYZ 36.44 38.08 73.14 -
YUV 163.16 160.07 105.77 -
System Red Green Blue C M Y K H S L
Decimal 132 168 220 0.40 0.24 0 0.14 215.45 0.56 0.69
Hex 84 A8 DC 28 18 0 E D7 38 45
Octal 204 250 334 50 30 0 16 327 70 105
Binary 10000100 10101000 11011100 101000 11000 0 1110 11010111 111000 1000101

Color Harmonies of #84A8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A8DC

Black with #84A8DC

Text Example


Text Example

White with #84A8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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