#83A0FA

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

Shades of Jordy Blue #83A0FA

Tints of Jordy Blue #83A0FA

Color information

#83A0FA (or 0x83A0FA) is unknown color: approx Jordy Blue. HEX triplet: 83, A0 and FA. RGB value is (131,160,250). Sum of RGB (Red+Green+Blue) = 131+160+250=541 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.21% from 541); Green value is 160 (62.89% from 255 or 29.57% from 541); Blue value is 250 (98.05% from 255 or 46.21% from 541); Max value from RGB is 250 - color contains mainly: blue. Hex color #83A0FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #83A0FA is #7C5F05. Grayscale: #A1A1A1. Windows color (decimal): -8150790 or 16425091. OLE color: 16425091.

HSL color Cylindrical-coordinate representation of color #83A0FA: hue angle of 225.38º 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 #83A0FA is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB131160250-
CMYK0.480.3600.02
HSL225.38º92.25%74.71%-
HSV(B)225.38º47.6%98.04%-
XYZ39.1936.8795.49-
YUV161.59177.89106.18-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.21%
GREEN value IS 160 (62.89% from 255) = 29.57%
BLUE value IS 250 (98.05% from 255) = 46.21%
R=24.21%
G=29.57%
B=46.21%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1311602500.480.3600.02225.3892.2574.71
Hex83A0FA302402e15c4b
Octal203240372604402341134113
Binary1000001110100000111110101100001001000101110000110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83A0FA; }

 p { color: rgb(131,160,250); }

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

<style>
 a { background-color: #83A0FA; }

 a { background-color: rgb(131,160,250); }

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

<style>
 span { border-color: #83A0FA; }

 span { border-color: rgb(131,160,250); }

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