Html Css Color HEX #84A7DC Jordy Blue

📋 copy color: '#84A7DC'

red 132 ◦ green 167 ◦ blue 220

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

Shades of Jordy Blue #84A7DC

Tints of Jordy Blue #84A7DC

RGB

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

 GREEN value IS 167 (65.63% from 255) = 32.18%

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

R = 25.43%
G = 32.18%
B = 42.39%

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

#84A7DC (or 0x84A7DC) is known color: Jordy Blue. HEX triplet: 84, A7 and DC. RGB value is (132,167,220). Sum of RGB (Red+Green+Blue) = 132+167+220=519 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.43% from 519); Green value is 167 (65.62% from 255 or 32.18% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #84A7DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A7DC is #7B5823. Grayscale: #A2A2A2. Windows color (decimal): -8083492 or 14460804. OLE color: 14460804.

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

Color convert

RGB 132 167 220 -
CMYK 0.40 0.24 0 0.14
HSL 216.14º 0.56% 0.69% -
HSV(B) 216.14º 0.4% 0.86% -
XYZ 36.25 37.71 73.08 -
YUV 162.58 160.4 106.19 -
System Red Green Blue C M Y K H S L
Decimal 132 167 220 0.40 0.24 0 0.14 216.14 0.56 0.69
Hex 84 A7 DC 28 18 0 E D8 38 45
Octal 204 247 334 50 30 0 16 330 70 105
Binary 10000100 10100111 11011100 101000 11000 0 1110 11011000 111000 1000101

Color Harmonies of #84A7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A7DC

Black with #84A7DC

Text Example


Text Example

White with #84A7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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