Html Css Color HEX #84A3EE Jordy Blue

📋 copy color: '#84A3EE'

red 132 ◦ green 163 ◦ blue 238

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

Shades of Jordy Blue #84A3EE

Tints of Jordy Blue #84A3EE

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.58%

 BLUE value IS 238 (93.36% from 255) = 44.65%

R = 24.77%
G = 30.58%
B = 44.65%

CMYK

 C value IS 0.45

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#84A3EE (or 0x84A3EE) is known color: Jordy Blue. HEX triplet: 84, A3 and EE. RGB value is (132,163,238). Sum of RGB (Red+Green+Blue) = 132+163+238=533 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.77% from 533); Green value is 163 (64.06% from 255 or 30.58% from 533); Blue value is 238 (93.36% from 255 or 44.65% from 533); Max value from RGB is 238 - color contains mainly: blue. Hex color #84A3EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #84A3EE is #7B5C11. Grayscale: #A1A1A1. Windows color (decimal): -8084498 or 15639428. OLE color: 15639428.

HSL color Cylindrical-coordinate representation of color #84A3EE: hue angle of 222.45º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84A3EE is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 132 163 238 -
CMYK 0.45 0.32 0 0.07
HSL 222.45º 0.76% 0.73% -
HSV(B) 222.45º 0.45% 0.93% -
XYZ 38.05 37.27 86.08 -
YUV 162.28 170.73 106.4 -
System Red Green Blue C M Y K H S L
Decimal 132 163 238 0.45 0.32 0 0.07 222.45 0.76 0.73
Hex 84 A3 EE 2D 20 0 7 DE 4C 49
Octal 204 243 356 55 40 0 7 336 114 111
Binary 10000100 10100011 11101110 101101 100000 0 111 11011110 1001100 1001001

Color Harmonies of #84A3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A3EE

Black with #84A3EE

Text Example


Text Example

White with #84A3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,163,238); }

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

background-color css

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

 a { background-color: rgb(132,163,238); }

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

border-color css

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

 span { border-color: rgb(132,163,238); }

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