#84ACD7

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

Shades of Jordy Blue #84ACD7

Tints of Jordy Blue #84ACD7

Color information

#84ACD7 (or 0x84ACD7) is unknown color: approx Jordy Blue. HEX triplet: 84, AC and D7. RGB value is (132,172,215). Sum of RGB (Red+Green+Blue) = 132+172+215=519 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.43% from 519); Green value is 172 (67.58% from 255 or 33.14% from 519); Blue value is 215 (84.38% from 255 or 41.43% from 519); Max value from RGB is 215 - color contains mainly: blue. Hex color #84ACD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84ACD7 is #7B5328. Grayscale: #A4A4A4. Windows color (decimal): -8082217 or 14134404. OLE color: 14134404.

HSL color Cylindrical-coordinate representation of color #84ACD7: hue angle of 211.08º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84ACD7 is Cyan = 0.39, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB132172215-
CMYK0.390.200.16
HSL211.08º50.92%68.04%-
HSV(B)211.08º38.6%84.31%-
XYZ36.5339.3269.95-
YUV164.94156.25104.5-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.43%
GREEN value IS 172 (67.58% from 255) = 33.14%
BLUE value IS 215 (84.38% from 255) = 41.43%
R=25.43%
G=33.14%
B=41.43%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1321722150.390.200.16211.0850.9268.04
Hex84ACD72714010d33344
Octal204254327472402032363104
Binary10000100101011001101011110011110100010000110100111100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84ACD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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