#84ACDB

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

Shades of Jordy Blue #84ACDB

Tints of Jordy Blue #84ACDB

Color information

#84ACDB (or 0x84ACDB) is unknown color: approx Jordy Blue. HEX triplet: 84, AC and DB. RGB value is (132,172,219). Sum of RGB (Red+Green+Blue) = 132+172+219=523 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.24% from 523); Green value is 172 (67.58% from 255 or 32.89% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: blue. Hex color #84ACDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84ACDB is #7B5324. Grayscale: #A5A5A5. Windows color (decimal): -8082213 or 14396548. OLE color: 14396548.

HSL color Cylindrical-coordinate representation of color #84ACDB: hue angle of 212.41º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84ACDB is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB132172219-
CMYK0.400.2100.14
HSL212.41º54.72%68.82%-
HSV(B)212.41º39.73%85.88%-
XYZ37.0539.5372.69-
YUV165.4158.25104.18-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.24%
GREEN value IS 172 (67.58% from 255) = 32.89%
BLUE value IS 219 (85.94% from 255) = 41.87%
R=25.24%
G=32.89%
B=41.87%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1321722190.400.2100.14212.4154.7268.82
Hex84ACDB28150Ed43745
Octal204254333502501632467105
Binary1000010010101100110110111010001010101110110101001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84ACDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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