Html Css Color HEX #84AAE2 Jordy Blue

📋 copy color: '#84AAE2'

red 132 ◦ green 170 ◦ blue 226

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

Shades of Jordy Blue #84AAE2

Tints of Jordy Blue #84AAE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 42.8%

R = 25%
G = 32.2%
B = 42.8%

CMYK

 C value IS 0.42

 M value IS 0.25

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#84AAE2 (or 0x84AAE2) is known color: Jordy Blue. HEX triplet: 84, AA and E2. RGB value is (132,170,226). Sum of RGB (Red+Green+Blue) = 132+170+226=528 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25% from 528); Green value is 170 (66.80% from 255 or 32.20% from 528); Blue value is 226 (88.67% from 255 or 42.80% from 528); Max value from RGB is 226 - color contains mainly: blue. Hex color #84AAE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84AAE2 is #7B551D. Grayscale: #A4A4A4. Windows color (decimal): -8082718 or 14854788. OLE color: 14854788.

HSL color Cylindrical-coordinate representation of color #84AAE2: hue angle of 215.74º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #84AAE2 is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 132 170 226 -
CMYK 0.42 0.25 0 0.11
HSL 215.74º 0.62% 0.7% -
HSV(B) 215.74º 0.42% 0.89% -
XYZ 37.62 39.15 77.52 -
YUV 165.02 162.41 104.45 -
System Red Green Blue C M Y K H S L
Decimal 132 170 226 0.42 0.25 0 0.11 215.74 0.62 0.7
Hex 84 AA E2 2A 19 0 B D8 3E 46
Octal 204 252 342 52 31 0 13 330 76 106
Binary 10000100 10101010 11100010 101010 11001 0 1011 11011000 111110 1000110

Color Harmonies of #84AAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84AAE2

Black with #84AAE2

Text Example


Text Example

White with #84AAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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