#82AED6

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

Shades of Jordy Blue #82AED6

Tints of Jordy Blue #82AED6

Color information

#82AED6 (or 0x82AED6) is unknown color: approx Jordy Blue. HEX triplet: 82, AE and D6. RGB value is (130,174,214). Sum of RGB (Red+Green+Blue) = 130+174+214=518 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.10% from 518); Green value is 174 (68.36% from 255 or 33.59% from 518); Blue value is 214 (83.98% from 255 or 41.31% from 518); Max value from RGB is 214 - color contains mainly: blue. Hex color #82AED6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82AED6 is #7D5129. Grayscale: #A5A5A5. Windows color (decimal): -8212778 or 14069378. OLE color: 14069378.

HSL color Cylindrical-coordinate representation of color #82AED6: hue angle of 208.57º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #82AED6 is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB130174214-
CMYK0.390.1900.16
HSL208.57º50.6%67.45%-
HSV(B)208.57º39.25%83.92%-
XYZ36.4839.8769.39-
YUV165.4155.42102.75-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.10%
GREEN value IS 174 (68.36% from 255) = 33.59%
BLUE value IS 214 (83.98% from 255) = 41.31%
R=25.10%
G=33.59%
B=41.31%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1301742140.390.1900.16208.5750.667.45
Hex82AED62713010d13343
Octal202256326472302032163103
Binary10000010101011101101011010011110011010000110100011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82AED6; }

 p { color: rgb(130,174,214); }

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

<style>
 a { background-color: #82AED6; }

 a { background-color: rgb(130,174,214); }

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

<style>
 span { border-color: #82AED6; }

 span { border-color: rgb(130,174,214); }

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