#84ADDE

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

Shades of Jordy Blue #84ADDE

Tints of Jordy Blue #84ADDE

Color information

#84ADDE (or 0x84ADDE) is unknown color: approx Jordy Blue. HEX triplet: 84, AD and DE. RGB value is (132,173,222). Sum of RGB (Red+Green+Blue) = 132+173+222=527 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.05% from 527); Green value is 173 (67.97% from 255 or 32.83% from 527); Blue value is 222 (87.11% from 255 or 42.13% from 527); Max value from RGB is 222 - color contains mainly: blue. Hex color #84ADDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84ADDE is #7B5221. Grayscale: #A6A6A6. Windows color (decimal): -8081954 or 14593412. OLE color: 14593412.

HSL color Cylindrical-coordinate representation of color #84ADDE: hue angle of 212.67º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84ADDE is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB132173222-
CMYK0.410.2200.13
HSL212.67º57.69%69.41%-
HSV(B)212.67º40.54%87.06%-
XYZ37.6440.0774.86-
YUV166.33159.42103.52-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.05%
GREEN value IS 173 (67.97% from 255) = 32.83%
BLUE value IS 222 (87.11% from 255) = 42.13%
R=25.05%
G=32.83%
B=42.13%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1321732220.410.2200.13212.6757.6969.41
Hex84ADDE29160Dd53a45
Octal204255336512601532572105
Binary1000010010101101110111101010011011001101110101011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84ADDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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