#82ABD6

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

Shades of Jordy Blue #82ABD6

Tints of Jordy Blue #82ABD6

Color information

#82ABD6 (or 0x82ABD6) is unknown color: approx Jordy Blue. HEX triplet: 82, AB and D6. RGB value is (130,171,214). Sum of RGB (Red+Green+Blue) = 130+171+214=515 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.24% from 515); Green value is 171 (67.19% from 255 or 33.20% from 515); Blue value is 214 (83.98% from 255 or 41.55% from 515); Max value from RGB is 214 - color contains mainly: blue. Hex color #82ABD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82ABD6 is #7D5429. Grayscale: #A3A3A3. Windows color (decimal): -8213546 or 14068610. OLE color: 14068610.

HSL color Cylindrical-coordinate representation of color #82ABD6: hue angle of 210.71º 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 #82ABD6 is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB130171214-
CMYK0.390.2000.16
HSL210.71º50.6%67.45%-
HSV(B)210.71º39.25%83.92%-
XYZ35.9138.7369.2-
YUV163.64156.42104-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.24%
GREEN value IS 171 (67.19% from 255) = 33.20%
BLUE value IS 214 (83.98% from 255) = 41.55%
R=25.24%
G=33.20%
B=41.55%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1301712140.390.2000.16210.7150.667.45
Hex82ABD62714010d33343
Octal202253326472402032363103
Binary10000010101010111101011010011110100010000110100111100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82ABD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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