#82B5DC

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

Shades of Jordy Blue #82B5DC

Tints of Jordy Blue #82B5DC

Color information

#82B5DC (or 0x82B5DC) is unknown color: approx Jordy Blue. HEX triplet: 82, B5 and DC. RGB value is (130,181,220). Sum of RGB (Red+Green+Blue) = 130+181+220=531 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.48% from 531); Green value is 181 (71.09% from 255 or 34.09% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #82B5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82B5DC is #7D4A23. Grayscale: #A9A9A9. Windows color (decimal): -8210980 or 14464386. OLE color: 14464386.

HSL color Cylindrical-coordinate representation of color #82B5DC: hue angle of 206º 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 #82B5DC is Cyan = 0.41, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB130181220-
CMYK0.410.1800.14
HSL206º56.25%68.63%-
HSV(B)206º40.91%86.27%-
XYZ38.6542.9673.97-
YUV170.2156.199.33-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.48%
GREEN value IS 181 (71.09% from 255) = 34.09%
BLUE value IS 220 (86.33% from 255) = 41.43%
R=24.48%
G=34.09%
B=41.43%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1301812200.410.1800.1420656.2568.63
Hex82B5DC29120Ece3845
Octal202265334512201631670105
Binary1000001010110101110111001010011001001110110011101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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