#82B0FA

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

Shades of Jordy Blue #82B0FA

Tints of Jordy Blue #82B0FA

Color information

#82B0FA (or 0x82B0FA) is unknown color: approx Jordy Blue. HEX triplet: 82, B0 and FA. RGB value is (130,176,250). Sum of RGB (Red+Green+Blue) = 130+176+250=556 (73% of max value = 765). Red value is 130 (51.17% from 255 or 23.38% from 556); Green value is 176 (69.14% from 255 or 31.65% from 556); Blue value is 250 (98.05% from 255 or 44.96% from 556); Max value from RGB is 250 - color contains mainly: blue. Hex color #82B0FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #82B0FA is #7D4F05. Grayscale: #AAAAAA. Windows color (decimal): -8212230 or 16429186. OLE color: 16429186.

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

Color convert

RGB130176250-
CMYK0.480.3000.02
HSL217º92.31%74.51%-
HSV(B)217º48%98.04%-
XYZ41.9942.796.47-
YUV170.68172.7698.98-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 23.38%
GREEN value IS 176 (69.14% from 255) = 31.65%
BLUE value IS 250 (98.05% from 255) = 44.96%
R=23.38%
G=31.65%
B=44.96%

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
Decimal1301762500.480.3000.0221792.3174.51
Hex82B0FA301E02d95c4b
Octal202260372603602331134113
Binary100000101011000011111010110000111100101101100110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82B0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,176,250); }

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

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

 a { background-color: rgb(130,176,250); }

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

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

 span { border-color: rgb(130,176,250); }

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