Html Css Color HEX #84AEE0 Jordy Blue

📋 copy color: '#84AEE0'

red 132 ◦ green 174 ◦ blue 224

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

Shades of Jordy Blue #84AEE0

Tints of Jordy Blue #84AEE0

RGB

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

 GREEN value IS 174 (68.36% from 255) = 32.83%

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

R = 24.91%
G = 32.83%
B = 42.26%

CMYK

 C value IS 0.41

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#84AEE0 (or 0x84AEE0) is known color: Jordy Blue. HEX triplet: 84, AE and E0. RGB value is (132,174,224). Sum of RGB (Red+Green+Blue) = 132+174+224=530 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.91% from 530); Green value is 174 (68.36% from 255 or 32.83% from 530); Blue value is 224 (87.89% from 255 or 42.26% from 530); Max value from RGB is 224 - color contains mainly: blue. Hex color #84AEE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84AEE0 is #7B511F. Grayscale: #A6A6A6. Windows color (decimal): -8081696 or 14724740. OLE color: 14724740.

HSL color Cylindrical-coordinate representation of color #84AEE0: hue angle of 212.61º 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 #84AEE0 is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 132 174 224 -
CMYK 0.41 0.22 0 0.12
HSL 212.61º 0.6% 0.7% -
HSV(B) 212.61º 0.41% 0.88% -
XYZ 38.11 40.56 76.34 -
YUV 167.14 160.09 102.93 -
System Red Green Blue C M Y K H S L
Decimal 132 174 224 0.41 0.22 0 0.12 212.61 0.6 0.7
Hex 84 AE E0 29 16 0 C D5 3C 46
Octal 204 256 340 51 26 0 14 325 74 106
Binary 10000100 10101110 11100000 101001 10110 0 1100 11010101 111100 1000110

Color Harmonies of #84AEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84AEE0

Black with #84AEE0

Text Example


Text Example

White with #84AEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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