#82ACE0

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

Shades of Jordy Blue #82ACE0

Tints of Jordy Blue #82ACE0

Color information

#82ACE0 (or 0x82ACE0) is unknown color: approx Jordy Blue. HEX triplet: 82, AC and E0. RGB value is (130,172,224). Sum of RGB (Red+Green+Blue) = 130+172+224=526 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.71% from 526); Green value is 172 (67.58% from 255 or 32.70% from 526); Blue value is 224 (87.89% from 255 or 42.59% from 526); Max value from RGB is 224 - color contains mainly: blue. Hex color #82ACE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82ACE0 is #7D531F. Grayscale: #A5A5A5. Windows color (decimal): -8213280 or 14724226. OLE color: 14724226.

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

Color convert

RGB130172224-
CMYK0.420.2300.12
HSL213.19º60.26%69.41%-
HSV(B)213.19º41.96%87.84%-
XYZ37.4139.6376.2-
YUV165.37161.09102.77-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.71%
GREEN value IS 172 (67.58% from 255) = 32.70%
BLUE value IS 224 (87.89% from 255) = 42.59%
R=24.71%
G=32.70%
B=42.59%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1301722240.420.2300.12213.1960.2669.41
Hex82ACE02A170Cd53c45
Octal202254340522701432574105
Binary1000001010101100111000001010101011101100110101011111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82ACE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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