Html Css Color HEX #84ACE5 Jordy Blue

📋 copy color: '#84ACE5'

red 132 ◦ green 172 ◦ blue 229

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

Shades of Jordy Blue #84ACE5

Tints of Jordy Blue #84ACE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 42.96%

R = 24.77%
G = 32.27%
B = 42.96%

CMYK

 C value IS 0.42

 M value IS 0.25

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#84ACE5 (or 0x84ACE5) is known color: Jordy Blue. HEX triplet: 84, AC and E5. RGB value is (132,172,229). Sum of RGB (Red+Green+Blue) = 132+172+229=533 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.77% from 533); Green value is 172 (67.58% from 255 or 32.27% from 533); Blue value is 229 (89.84% from 255 or 42.96% from 533); Max value from RGB is 229 - color contains mainly: blue. Hex color #84ACE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84ACE5 is #7B531A. Grayscale: #A6A6A6. Windows color (decimal): -8082203 or 15051908. OLE color: 15051908.

HSL color Cylindrical-coordinate representation of color #84ACE5: hue angle of 215.26º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #84ACE5 is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 132 172 229 -
CMYK 0.42 0.25 0 0.10
HSL 215.26º 0.65% 0.71% -
HSV(B) 215.26º 0.42% 0.9% -
XYZ 38.41 40.07 79.84 -
YUV 166.54 163.25 103.37 -
System Red Green Blue C M Y K H S L
Decimal 132 172 229 0.42 0.25 0 0.10 215.26 0.65 0.71
Hex 84 AC E5 2A 19 0 A D7 41 47
Octal 204 254 345 52 31 0 12 327 101 107
Binary 10000100 10101100 11100101 101010 11001 0 1010 11010111 1000001 1000111

Color Harmonies of #84ACE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84ACE5

Black with #84ACE5

Text Example


Text Example

White with #84ACE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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