#82A9DC

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

Shades of Jordy Blue #82A9DC

Tints of Jordy Blue #82A9DC

Color information

#82A9DC (or 0x82A9DC) is unknown color: approx Jordy Blue. HEX triplet: 82, A9 and DC. RGB value is (130,169,220). Sum of RGB (Red+Green+Blue) = 130+169+220=519 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.05% from 519); Green value is 169 (66.41% from 255 or 32.56% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #82A9DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82A9DC is #7D5623. Grayscale: #A2A2A2. Windows color (decimal): -8214052 or 14461314. OLE color: 14461314.

HSL color Cylindrical-coordinate representation of color #82A9DC: hue angle of 214º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82A9DC is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB130169220-
CMYK0.410.2300.14
HSL214º56.25%68.63%-
HSV(B)214º40.91%86.27%-
XYZ36.3138.2973.19-
YUV163.15160.08104.35-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.05%
GREEN value IS 169 (66.41% from 255) = 32.56%
BLUE value IS 220 (86.33% from 255) = 42.39%
R=25.05%
G=32.56%
B=42.39%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1301692200.410.2300.1421456.2568.63
Hex82A9DC29170Ed63845
Octal202251334512701632670105
Binary1000001010101001110111001010011011101110110101101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,169,220); }

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

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

 a { background-color: rgb(130,169,220); }

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

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

 span { border-color: rgb(130,169,220); }

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