#82AFF9

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

Shades of Jordy Blue #82AFF9

Tints of Jordy Blue #82AFF9

Color information

#82AFF9 (or 0x82AFF9) is unknown color: approx Jordy Blue. HEX triplet: 82, AF and F9. RGB value is (130,175,249). Sum of RGB (Red+Green+Blue) = 130+175+249=554 (73% of max value = 765). Red value is 130 (51.17% from 255 or 23.47% from 554); Green value is 175 (68.75% from 255 or 31.59% from 554); Blue value is 249 (97.66% from 255 or 44.95% from 554); Max value from RGB is 249 - color contains mainly: blue. Hex color #82AFF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #82AFF9 is #7D5006. Grayscale: #A9A9A9. Windows color (decimal): -8212487 or 16363394. OLE color: 16363394.

HSL color Cylindrical-coordinate representation of color #82AFF9: hue angle of 217.31º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82AFF9 is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB130175249-
CMYK0.480.3000.02
HSL217.31º90.84%74.31%-
HSV(B)217.31º47.79%97.65%-
XYZ41.6342.2595.58-
YUV169.98172.5999.48-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 23.47%
GREEN value IS 175 (68.75% from 255) = 31.59%
BLUE value IS 249 (97.66% from 255) = 44.95%
R=23.47%
G=31.59%
B=44.95%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1301752490.480.3000.02217.3190.8474.31
Hex82AFF9301E02d95b4a
Octal202257371603602331133112
Binary100000101010111111111001110000111100101101100110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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