#82ABE0

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

Shades of Jordy Blue #82ABE0

Tints of Jordy Blue #82ABE0

Color information

#82ABE0 (or 0x82ABE0) is unknown color: approx Jordy Blue. HEX triplet: 82, AB and E0. RGB value is (130,171,224). Sum of RGB (Red+Green+Blue) = 130+171+224=525 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.76% from 525); Green value is 171 (67.19% from 255 or 32.57% from 525); Blue value is 224 (87.89% from 255 or 42.67% from 525); Max value from RGB is 224 - color contains mainly: blue. Hex color #82ABE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82ABE0 is #7D541F. Grayscale: #A4A4A4. Windows color (decimal): -8213536 or 14723970. OLE color: 14723970.

HSL color Cylindrical-coordinate representation of color #82ABE0: hue angle of 213.83º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82ABE0 is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB130171224-
CMYK0.420.2400.12
HSL213.83º60.26%69.41%-
HSV(B)213.83º41.96%87.84%-
XYZ37.2239.2576.14-
YUV164.78161.42103.19-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.76%
GREEN value IS 171 (67.19% from 255) = 32.57%
BLUE value IS 224 (87.89% from 255) = 42.67%
R=24.76%
G=32.57%
B=42.67%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1301712240.420.2400.12213.8360.2669.41
Hex82ABE02A180Cd63c45
Octal202253340523001432674105
Binary1000001010101011111000001010101100001100110101101111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82ABE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,171,224); }

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

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

 a { background-color: rgb(130,171,224); }

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

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

 span { border-color: rgb(130,171,224); }

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