#82B3DE

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

Shades of Jordy Blue #82B3DE

Tints of Jordy Blue #82B3DE

Color information

#82B3DE (or 0x82B3DE) is unknown color: approx Jordy Blue. HEX triplet: 82, B3 and DE. RGB value is (130,179,222). Sum of RGB (Red+Green+Blue) = 130+179+222=531 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.48% from 531); Green value is 179 (70.31% from 255 or 33.71% from 531); Blue value is 222 (87.11% from 255 or 41.81% from 531); Max value from RGB is 222 - color contains mainly: blue. Hex color #82B3DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82B3DE is #7D4C21. Grayscale: #A9A9A9. Windows color (decimal): -8211490 or 14594946. OLE color: 14594946.

HSL color Cylindrical-coordinate representation of color #82B3DE: hue angle of 208.04º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82B3DE is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB130179222-
CMYK0.410.1900.13
HSL208.04º58.23%69.02%-
HSV(B)208.04º41.44%87.06%-
XYZ38.5142.2675.23-
YUV169.25157.77100-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.48%
GREEN value IS 179 (70.31% from 255) = 33.71%
BLUE value IS 222 (87.11% from 255) = 41.81%
R=24.48%
G=33.71%
B=41.81%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1301792220.410.1900.13208.0458.2369.02
Hex82B3DE29130Dd03a45
Octal202263336512301532072105
Binary1000001010110011110111101010011001101101110100001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,179,222); }

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

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

 a { background-color: rgb(130,179,222); }

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

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

 span { border-color: rgb(130,179,222); }

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