Html Css Color HEX #84ACE0 Jordy Blue

📋 copy color: '#84ACE0'

red 132 ◦ green 172 ◦ blue 224

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

Shades of Jordy Blue #84ACE0

Tints of Jordy Blue #84ACE0

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.58%

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

R = 25%
G = 32.58%
B = 42.42%

CMYK

 C value IS 0.41

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#84ACE0 (or 0x84ACE0) is known color: Jordy Blue. HEX triplet: 84, AC and E0. RGB value is (132,172,224). Sum of RGB (Red+Green+Blue) = 132+172+224=528 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25% from 528); Green value is 172 (67.58% from 255 or 32.58% from 528); Blue value is 224 (87.89% from 255 or 42.42% from 528); Max value from RGB is 224 - color contains mainly: blue. Hex color #84ACE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84ACE0 is #7B531F. Grayscale: #A5A5A5. Windows color (decimal): -8082208 or 14724228. OLE color: 14724228.

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

Color convert

RGB 132 172 224 -
CMYK 0.41 0.23 0 0.12
HSL 213.91º 0.6% 0.7% -
HSV(B) 213.91º 0.41% 0.88% -
XYZ 37.72 39.79 76.21 -
YUV 165.97 160.75 103.77 -
System Red Green Blue C M Y K H S L
Decimal 132 172 224 0.41 0.23 0 0.12 213.91 0.6 0.7
Hex 84 AC E0 29 17 0 C D6 3C 46
Octal 204 254 340 51 27 0 14 326 74 106
Binary 10000100 10101100 11100000 101001 10111 0 1100 11010110 111100 1000110

Color Harmonies of #84ACE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84ACE0

Black with #84ACE0

Text Example


Text Example

White with #84ACE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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