#84ACDA

Color #84ACDA Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #84ACDA

Tints of Jordy Blue #84ACDA

Color information

#84ACDA (or 0x84ACDA) is unknown color: approx Jordy Blue. HEX triplet: 84, AC and DA. RGB value is (132,172,218). Sum of RGB (Red+Green+Blue) = 132+172+218=522 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.29% from 522); Green value is 172 (67.58% from 255 or 32.95% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 218 - color contains mainly: blue. Hex color #84ACDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84ACDA is #7B5325. Grayscale: #A5A5A5. Windows color (decimal): -8082214 or 14331012. OLE color: 14331012.

HSL color Cylindrical-coordinate representation of color #84ACDA: hue angle of 212.09º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84ACDA is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB132172218-
CMYK0.390.2100.15
HSL212.09º53.75%68.63%-
HSV(B)212.09º39.45%85.49%-
XYZ36.9239.4772-
YUV165.28157.75104.26-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.29%
GREEN value IS 172 (67.58% from 255) = 32.95%
BLUE value IS 218 (85.55% from 255) = 41.76%
R=25.29%
G=32.95%
B=41.76%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1321722180.390.2100.15212.0953.7568.63
Hex84ACDA27150Fd43645
Octal204254332472501732466105
Binary1000010010101100110110101001111010101111110101001101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84ACDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #84ACDA;
 }
 .AnyTagClassName
 {
   color: #84ACDA;
 }
</style>
background-color css

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

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

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

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

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

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