Html Css Color HEX #84ACEA Jordy Blue

📋 copy color: '#84ACEA'

red 132 ◦ green 172 ◦ blue 234

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

Shades of Jordy Blue #84ACEA

Tints of Jordy Blue #84ACEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.49%

R = 24.54%
G = 31.97%
B = 43.49%

CMYK

 C value IS 0.44

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#84ACEA (or 0x84ACEA) is known color: Jordy Blue. HEX triplet: 84, AC and EA. RGB value is (132,172,234). Sum of RGB (Red+Green+Blue) = 132+172+234=538 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.54% from 538); Green value is 172 (67.58% from 255 or 31.97% from 538); Blue value is 234 (91.80% from 255 or 43.49% from 538); Max value from RGB is 234 - color contains mainly: blue. Hex color #84ACEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #84ACEA is #7B5315. Grayscale: #A6A6A6. Windows color (decimal): -8082198 or 15379588. OLE color: 15379588.

HSL color Cylindrical-coordinate representation of color #84ACEA: hue angle of 216.47º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84ACEA is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 132 172 234 -
CMYK 0.44 0.26 0 0.08
HSL 216.47º 0.71% 0.72% -
HSV(B) 216.47º 0.44% 0.92% -
XYZ 39.12 40.35 83.57 -
YUV 167.11 165.75 102.96 -
System Red Green Blue C M Y K H S L
Decimal 132 172 234 0.44 0.26 0 0.08 216.47 0.71 0.72
Hex 84 AC EA 2C 1A 0 8 D8 47 48
Octal 204 254 352 54 32 0 10 330 107 110
Binary 10000100 10101100 11101010 101100 11010 0 1000 11011000 1000111 1001000

Color Harmonies of #84ACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84ACEA

Black with #84ACEA

Text Example


Text Example

White with #84ACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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