#84ADDF

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

Shades of Jordy Blue #84ADDF

Tints of Jordy Blue #84ADDF

Color information

#84ADDF (or 0x84ADDF) is unknown color: approx Jordy Blue. HEX triplet: 84, AD and DF. RGB value is (132,173,223). Sum of RGB (Red+Green+Blue) = 132+173+223=528 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25% from 528); Green value is 173 (67.97% from 255 or 32.77% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 223 - color contains mainly: blue. Hex color #84ADDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84ADDF is #7B5220. Grayscale: #A6A6A6. Windows color (decimal): -8081953 or 14658948. OLE color: 14658948.

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

Color convert

RGB132173223-
CMYK0.410.2200.13
HSL212.97º58.71%69.61%-
HSV(B)212.97º40.81%87.45%-
XYZ37.7840.1275.56-
YUV166.44159.92103.43-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25%
GREEN value IS 173 (67.97% from 255) = 32.77%
BLUE value IS 223 (87.5% from 255) = 42.23%
R=25%
G=32.77%
B=42.23%

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
Decimal1321732230.410.2200.13212.9758.7169.61
Hex84ADDF29160Dd53b46
Octal204255337512601532573106
Binary1000010010101101110111111010011011001101110101011110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84ADDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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