#82B7EE

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

Shades of Jordy Blue #82B7EE

Tints of Jordy Blue #82B7EE

Color information

#82B7EE (or 0x82B7EE) is unknown color: approx Jordy Blue. HEX triplet: 82, B7 and EE. RGB value is (130,183,238). Sum of RGB (Red+Green+Blue) = 130+183+238=551 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.59% from 551); Green value is 183 (71.88% from 255 or 33.21% from 551); Blue value is 238 (93.36% from 255 or 43.19% from 551); Max value from RGB is 238 - color contains mainly: blue. Hex color #82B7EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82B7EE is #7D4811. Grayscale: #ADADAD. Windows color (decimal): -8210450 or 15644546. OLE color: 15644546.

HSL color Cylindrical-coordinate representation of color #82B7EE: hue angle of 210.56º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #82B7EE is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB130183238-
CMYK0.450.2300.07
HSL210.56º76.06%72.16%-
HSV(B)210.56º45.38%93.33%-
XYZ41.5744.7987.34-
YUV173.42164.4497.03-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 23.59%
GREEN value IS 183 (71.88% from 255) = 33.21%
BLUE value IS 238 (93.36% from 255) = 43.19%
R=23.59%
G=33.21%
B=43.19%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1301832380.450.2300.07210.5676.0672.16
Hex82B7EE2D1707d34c48
Octal202267356552707323114110
Binary1000001010110111111011101011011011101111101001110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,183,238); }

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

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

 a { background-color: rgb(130,183,238); }

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

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

 span { border-color: rgb(130,183,238); }

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