#82AFE5

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

Shades of Jordy Blue #82AFE5

Tints of Jordy Blue #82AFE5

Color information

#82AFE5 (or 0x82AFE5) is unknown color: approx Jordy Blue. HEX triplet: 82, AF and E5. RGB value is (130,175,229). Sum of RGB (Red+Green+Blue) = 130+175+229=534 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.34% from 534); Green value is 175 (68.75% from 255 or 32.77% from 534); Blue value is 229 (89.84% from 255 or 42.88% from 534); Max value from RGB is 229 - color contains mainly: blue. Hex color #82AFE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82AFE5 is #7D501A. Grayscale: #A7A7A7. Windows color (decimal): -8212507 or 15052674. OLE color: 15052674.

HSL color Cylindrical-coordinate representation of color #82AFE5: hue angle of 212.73º 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 #82AFE5 is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB130175229-
CMYK0.430.2400.10
HSL212.73º65.56%70.39%-
HSV(B)212.73º43.23%89.8%-
XYZ38.6841.0680.02-
YUV167.7162.59101.11-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.34%
GREEN value IS 175 (68.75% from 255) = 32.77%
BLUE value IS 229 (89.84% from 255) = 42.88%
R=24.34%
G=32.77%
B=42.88%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1301752290.430.2400.10212.7365.5670.39
Hex82AFE52B180Ad54246
Octal2022573455330012325102106
Binary10000010101011111110010110101111000010101101010110000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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