#82BBE5

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

Shades of Jordy Blue #82BBE5

Tints of Jordy Blue #82BBE5

Color information

#82BBE5 (or 0x82BBE5) is unknown color: approx Jordy Blue. HEX triplet: 82, BB and E5. RGB value is (130,187,229). Sum of RGB (Red+Green+Blue) = 130+187+229=546 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.81% from 546); Green value is 187 (73.44% from 255 or 34.25% from 546); Blue value is 229 (89.84% from 255 or 41.94% from 546); Max value from RGB is 229 - color contains mainly: blue. Hex color #82BBE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82BBE5 is #7D441A. Grayscale: #AEAEAE. Windows color (decimal): -8209435 or 15055746. OLE color: 15055746.

HSL color Cylindrical-coordinate representation of color #82BBE5: hue angle of 205.45º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #82BBE5 is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB130187229-
CMYK0.430.1800.10
HSL205.45º65.56%70.39%-
HSV(B)205.45º43.23%89.8%-
XYZ41.1245.9480.83-
YUV174.74158.6296.08-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 23.81%
GREEN value IS 187 (73.44% from 255) = 34.25%
BLUE value IS 229 (89.84% from 255) = 41.94%
R=23.81%
G=34.25%
B=41.94%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1301872290.430.1800.10205.4565.5670.39
Hex82BBE52B120Acd4246
Octal2022733455322012315102106
Binary10000010101110111110010110101110010010101100110110000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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