#84ABDB

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

Shades of Jordy Blue #84ABDB

Tints of Jordy Blue #84ABDB

Color information

#84ABDB (or 0x84ABDB) is unknown color: approx Jordy Blue. HEX triplet: 84, AB and DB. RGB value is (132,171,219). Sum of RGB (Red+Green+Blue) = 132+171+219=522 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.29% from 522); Green value is 171 (67.19% from 255 or 32.76% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #84ABDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84ABDB is #7B5424. Grayscale: #A4A4A4. Windows color (decimal): -8082469 or 14396292. OLE color: 14396292.

HSL color Cylindrical-coordinate representation of color #84ABDB: hue angle of 213.1º 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 #84ABDB is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB132171219-
CMYK0.400.2200.14
HSL213.1º54.72%68.82%-
HSV(B)213.1º39.73%85.88%-
XYZ36.8639.1572.63-
YUV164.81158.58104.6-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.29%
GREEN value IS 171 (67.19% from 255) = 32.76%
BLUE value IS 219 (85.94% from 255) = 41.95%
R=25.29%
G=32.76%
B=41.95%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1321712190.400.2200.14213.154.7268.82
Hex84ABDB28160Ed53745
Octal204253333502601632567105
Binary1000010010101011110110111010001011001110110101011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84ABDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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