#82A7FE

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

Shades of Jordy Blue #82A7FE

Tints of Jordy Blue #82A7FE

Color information

#82A7FE (or 0x82A7FE) is unknown color: approx Jordy Blue. HEX triplet: 82, A7 and FE. RGB value is (130,167,254). Sum of RGB (Red+Green+Blue) = 130+167+254=551 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.59% from 551); Green value is 167 (65.62% from 255 or 30.31% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #82A7FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #82A7FE is #7D5801. Grayscale: #A5A5A5. Windows color (decimal): -8214530 or 16689026. OLE color: 16689026.

HSL color Cylindrical-coordinate representation of color #82A7FE: hue angle of 222.1º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82A7FE is Cyan = 0.49, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB130167254-
CMYK0.490.3400.00
HSL222.1º98.41%75.29%-
HSV(B)222.1º48.82%99.61%-
XYZ40.9139.5499.24-
YUV165.86177.74102.43-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 23.59%
GREEN value IS 167 (65.62% from 255) = 30.31%
BLUE value IS 254 (99.61% from 255) = 46.10%
R=23.59%
G=30.31%
B=46.10%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1301672540.490.3400.00222.198.4175.29
Hex82A7FE312200de624b
Octal202247376614200336142113
Binary100000101010011111111110110001100010001101111011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,167,254); }

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

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

 a { background-color: rgb(130,167,254); }

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

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

 span { border-color: rgb(130,167,254); }

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