#82A8F2

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

Shades of Jordy Blue #82A8F2

Tints of Jordy Blue #82A8F2

Color information

#82A8F2 (or 0x82A8F2) is unknown color: approx Jordy Blue. HEX triplet: 82, A8 and F2. RGB value is (130,168,242). Sum of RGB (Red+Green+Blue) = 130+168+242=540 (71% of max value = 765). Red value is 130 (51.17% from 255 or 24.07% from 540); Green value is 168 (66.02% from 255 or 31.11% from 540); Blue value is 242 (94.92% from 255 or 44.81% from 540); Max value from RGB is 242 - color contains mainly: blue. Hex color #82A8F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #82A8F2 is #7D570D. Grayscale: #A4A4A4. Windows color (decimal): -8214286 or 15902850. OLE color: 15902850.

HSL color Cylindrical-coordinate representation of color #82A8F2: hue angle of 219.64º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82A8F2 is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB130168242-
CMYK0.460.3100.05
HSL219.64º81.16%72.94%-
HSV(B)219.64º46.28%94.9%-
XYZ39.2439.1689.5-
YUV165.07171.41102.98-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.07%
GREEN value IS 168 (66.02% from 255) = 31.11%
BLUE value IS 242 (94.92% from 255) = 44.81%
R=24.07%
G=31.11%
B=44.81%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1301682420.460.3100.05219.6481.1672.94
Hex82A8F22E1F05dc5149
Octal202250362563705334121111
Binary1000001010101000111100101011101111101011101110010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A8F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,168,242); }

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

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

 a { background-color: rgb(130,168,242); }

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

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

 span { border-color: rgb(130,168,242); }

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