#82BBEA

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

Shades of Jordy Blue #82BBEA

Tints of Jordy Blue #82BBEA

Color information

#82BBEA (or 0x82BBEA) is unknown color: approx Jordy Blue. HEX triplet: 82, BB and EA. RGB value is (130,187,234). Sum of RGB (Red+Green+Blue) = 130+187+234=551 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.59% from 551); Green value is 187 (73.44% from 255 or 33.94% from 551); Blue value is 234 (91.80% from 255 or 42.47% from 551); Max value from RGB is 234 - color contains mainly: blue. Hex color #82BBEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #82BBEA is #7D4415. Grayscale: #AFAFAF. Windows color (decimal): -8209430 or 15383426. OLE color: 15383426.

HSL color Cylindrical-coordinate representation of color #82BBEA: hue angle of 207.12º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #82BBEA is Cyan = 0.44, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB130187234-
CMYK0.440.2000.08
HSL207.12º71.23%71.37%-
HSV(B)207.12º44.44%91.76%-
XYZ41.8346.2384.56-
YUV175.32161.1295.68-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 23.59%
GREEN value IS 187 (73.44% from 255) = 33.94%
BLUE value IS 234 (91.80% from 255) = 42.47%
R=23.59%
G=33.94%
B=42.47%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1301872340.440.2000.08207.1271.2371.37
Hex82BBEA2C1408cf4747
Octal2022733525424010317107107
Binary10000010101110111110101010110010100010001100111110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,187,234); }

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

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

 a { background-color: rgb(130,187,234); }

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

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

 span { border-color: rgb(130,187,234); }

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