#84ADDB

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

Shades of Jordy Blue #84ADDB

Tints of Jordy Blue #84ADDB

Color information

#84ADDB (or 0x84ADDB) is unknown color: approx Jordy Blue. HEX triplet: 84, AD and DB. RGB value is (132,173,219). Sum of RGB (Red+Green+Blue) = 132+173+219=524 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.19% from 524); Green value is 173 (67.97% from 255 or 33.02% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #84ADDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84ADDB is #7B5224. Grayscale: #A5A5A5. Windows color (decimal): -8081957 or 14396804. OLE color: 14396804.

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

Color convert

RGB132173219-
CMYK0.400.2100.14
HSL211.72º54.72%68.82%-
HSV(B)211.72º39.73%85.88%-
XYZ37.2539.9172.76-
YUV165.98157.92103.76-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.19%
GREEN value IS 173 (67.97% from 255) = 33.02%
BLUE value IS 219 (85.94% from 255) = 41.79%
R=25.19%
G=33.02%
B=41.79%

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
Decimal1321732190.400.2100.14211.7254.7268.82
Hex84ADDB28150Ed43745
Octal204255333502501632467105
Binary1000010010101101110110111010001010101110110101001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84ADDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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