#82B4DC

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

Shades of Jordy Blue #82B4DC

Tints of Jordy Blue #82B4DC

Color information

#82B4DC (or 0x82B4DC) is unknown color: approx Jordy Blue. HEX triplet: 82, B4 and DC. RGB value is (130,180,220). Sum of RGB (Red+Green+Blue) = 130+180+220=530 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.53% from 530); Green value is 180 (70.70% from 255 or 33.96% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 220 - color contains mainly: blue. Hex color #82B4DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82B4DC is #7D4B23. Grayscale: #A9A9A9. Windows color (decimal): -8211236 or 14464130. OLE color: 14464130.

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

Color convert

RGB130180220-
CMYK0.410.1800.14
HSL206.67º56.25%68.63%-
HSV(B)206.67º40.91%86.27%-
XYZ38.4542.5673.9-
YUV169.61156.4499.75-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.53%
GREEN value IS 180 (70.70% from 255) = 33.96%
BLUE value IS 220 (86.33% from 255) = 41.51%
R=24.53%
G=33.96%
B=41.51%

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
Decimal1301802200.410.1800.14206.6756.2568.63
Hex82B4DC29120Ecf3845
Octal202264334512201631770105
Binary1000001010110100110111001010011001001110110011111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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