Html Css Color HEX #84AAE0 Jordy Blue

📋 copy color: '#84AAE0'

red 132 ◦ green 170 ◦ blue 224

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

Shades of Jordy Blue #84AAE0

Tints of Jordy Blue #84AAE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 42.59%

R = 25.1%
G = 32.32%
B = 42.59%

CMYK

 C value IS 0.41

 M value IS 0.24

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#84AAE0 (or 0x84AAE0) is known color: Jordy Blue. HEX triplet: 84, AA and E0. RGB value is (132,170,224). Sum of RGB (Red+Green+Blue) = 132+170+224=526 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.10% from 526); Green value is 170 (66.80% from 255 or 32.32% from 526); Blue value is 224 (87.89% from 255 or 42.59% from 526); Max value from RGB is 224 - color contains mainly: blue. Hex color #84AAE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84AAE0 is #7B551F. Grayscale: #A4A4A4. Windows color (decimal): -8082720 or 14723716. OLE color: 14723716.

HSL color Cylindrical-coordinate representation of color #84AAE0: hue angle of 215.22º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84AAE0 is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 132 170 224 -
CMYK 0.41 0.24 0 0.12
HSL 215.22º 0.6% 0.7% -
HSV(B) 215.22º 0.41% 0.88% -
XYZ 37.34 39.04 76.09 -
YUV 164.79 161.41 104.61 -
System Red Green Blue C M Y K H S L
Decimal 132 170 224 0.41 0.24 0 0.12 215.22 0.6 0.7
Hex 84 AA E0 29 18 0 C D7 3C 46
Octal 204 252 340 51 30 0 14 327 74 106
Binary 10000100 10101010 11100000 101001 11000 0 1100 11010111 111100 1000110

Color Harmonies of #84AAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84AAE0

Black with #84AAE0

Text Example


Text Example

White with #84AAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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