#82ACDE

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

Shades of Jordy Blue #82ACDE

Tints of Jordy Blue #82ACDE

Color information

#82ACDE (or 0x82ACDE) is unknown color: approx Jordy Blue. HEX triplet: 82, AC and DE. RGB value is (130,172,222). Sum of RGB (Red+Green+Blue) = 130+172+222=524 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.81% from 524); Green value is 172 (67.58% from 255 or 32.82% from 524); Blue value is 222 (87.11% from 255 or 42.37% from 524); Max value from RGB is 222 - color contains mainly: blue. Hex color #82ACDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82ACDE is #7D5321. Grayscale: #A4A4A4. Windows color (decimal): -8213282 or 14593154. OLE color: 14593154.

HSL color Cylindrical-coordinate representation of color #82ACDE: hue angle of 212.61º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82ACDE is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB130172222-
CMYK0.410.2300.13
HSL212.61º58.23%69.02%-
HSV(B)212.61º41.44%87.06%-
XYZ37.1439.5274.78-
YUV165.14160.09102.93-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.81%
GREEN value IS 172 (67.58% from 255) = 32.82%
BLUE value IS 222 (87.11% from 255) = 42.37%
R=24.81%
G=32.82%
B=42.37%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1301722220.410.2300.13212.6158.2369.02
Hex82ACDE29170Dd53a45
Octal202254336512701532572105
Binary1000001010101100110111101010011011101101110101011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82ACDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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