#82ACED

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

Shades of Jordy Blue #82ACED

Tints of Jordy Blue #82ACED

Color information

#82ACED (or 0x82ACED) is unknown color: approx Jordy Blue. HEX triplet: 82, AC and ED. RGB value is (130,172,237). Sum of RGB (Red+Green+Blue) = 130+172+237=539 (71% of max value = 765). Red value is 130 (51.17% from 255 or 24.12% from 539); Green value is 172 (67.58% from 255 or 31.91% from 539); Blue value is 237 (92.97% from 255 or 43.97% from 539); Max value from RGB is 237 - color contains mainly: blue. Hex color #82ACED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #82ACED is #7D5312. Grayscale: #A6A6A6. Windows color (decimal): -8213267 or 15576194. OLE color: 15576194.

HSL color Cylindrical-coordinate representation of color #82ACED: hue angle of 216.45º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #82ACED is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB130172237-
CMYK0.450.2700.07
HSL216.45º74.83%71.96%-
HSV(B)216.45º45.15%92.94%-
XYZ39.2440.3785.84-
YUV166.85167.59101.71-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.12%
GREEN value IS 172 (67.58% from 255) = 31.91%
BLUE value IS 237 (92.97% from 255) = 43.97%
R=24.12%
G=31.91%
B=43.97%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1301722370.450.2700.07216.4574.8371.96
Hex82ACED2D1B07d84b48
Octal202254355553307330113110
Binary1000001010101100111011011011011101101111101100010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82ACED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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