#82B8EE

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

Shades of Jordy Blue #82B8EE

Tints of Jordy Blue #82B8EE

Color information

#82B8EE (or 0x82B8EE) is unknown color: approx Jordy Blue. HEX triplet: 82, B8 and EE. RGB value is (130,184,238). Sum of RGB (Red+Green+Blue) = 130+184+238=552 (73% of max value = 765). Red value is 130 (51.17% from 255 or 23.55% from 552); Green value is 184 (72.27% from 255 or 33.33% from 552); Blue value is 238 (93.36% from 255 or 43.12% from 552); Max value from RGB is 238 - color contains mainly: blue. Hex color #82B8EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82B8EE is #7D4711. Grayscale: #ADADAD. Windows color (decimal): -8210194 or 15644802. OLE color: 15644802.

HSL color Cylindrical-coordinate representation of color #82B8EE: hue angle of 210º 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 #82B8EE is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB130184238-
CMYK0.450.2300.07
HSL210º76.06%72.16%-
HSV(B)210º45.38%93.33%-
XYZ41.7845.287.41-
YUV174.01164.1196.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 23.55%
GREEN value IS 184 (72.27% from 255) = 33.33%
BLUE value IS 238 (93.36% from 255) = 43.12%
R=23.55%
G=33.33%
B=43.12%

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
Decimal1301842380.450.2300.0721076.0672.16
Hex82B8EE2D1707d24c48
Octal202270356552707322114110
Binary1000001010111000111011101011011011101111101001010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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