#82A9DB

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

Shades of Jordy Blue #82A9DB

Tints of Jordy Blue #82A9DB

Color information

#82A9DB (or 0x82A9DB) is unknown color: approx Jordy Blue. HEX triplet: 82, A9 and DB. RGB value is (130,169,219). Sum of RGB (Red+Green+Blue) = 130+169+219=518 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.10% from 518); Green value is 169 (66.41% from 255 or 32.63% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #82A9DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82A9DB is #7D5624. Grayscale: #A2A2A2. Windows color (decimal): -8214053 or 14395778. OLE color: 14395778.

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

Color convert

RGB130169219-
CMYK0.410.2300.14
HSL213.71º55.28%68.43%-
HSV(B)213.71º40.64%85.88%-
XYZ36.1838.2472.49-
YUV163.04159.58104.43-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.10%
GREEN value IS 169 (66.41% from 255) = 32.63%
BLUE value IS 219 (85.94% from 255) = 42.28%
R=25.10%
G=32.63%
B=42.28%

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
Decimal1301692190.410.2300.14213.7155.2868.43
Hex82A9DB29170Ed63744
Octal202251333512701632667104
Binary1000001010101001110110111010011011101110110101101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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