Html Css Color HEX #84A6DC Jordy Blue

📋 copy color: '#84A6DC'

red 132 ◦ green 166 ◦ blue 220

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

Shades of Jordy Blue #84A6DC

Tints of Jordy Blue #84A6DC

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.05%

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

R = 25.48%
G = 32.05%
B = 42.47%

CMYK

 C value IS 0.40

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#84A6DC (or 0x84A6DC) is known color: Jordy Blue. HEX triplet: 84, A6 and DC. RGB value is (132,166,220). Sum of RGB (Red+Green+Blue) = 132+166+220=518 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.48% from 518); Green value is 166 (65.23% from 255 or 32.05% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #84A6DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A6DC is #7B5923. Grayscale: #A1A1A1. Windows color (decimal): -8083748 or 14460548. OLE color: 14460548.

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

Color convert

RGB 132 166 220 -
CMYK 0.40 0.25 0 0.14
HSL 216.82º 0.56% 0.69% -
HSV(B) 216.82º 0.4% 0.86% -
XYZ 36.07 37.35 73.02 -
YUV 161.99 160.74 106.61 -
System Red Green Blue C M Y K H S L
Decimal 132 166 220 0.40 0.25 0 0.14 216.82 0.56 0.69
Hex 84 A6 DC 28 19 0 E D9 38 45
Octal 204 246 334 50 31 0 16 331 70 105
Binary 10000100 10100110 11011100 101000 11001 0 1110 11011001 111000 1000101

Color Harmonies of #84A6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A6DC

Black with #84A6DC

Text Example


Text Example

White with #84A6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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