#83A5F5

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

Shades of Jordy Blue #83A5F5

Tints of Jordy Blue #83A5F5

Color information

#83A5F5 (or 0x83A5F5) is unknown color: approx Jordy Blue. HEX triplet: 83, A5 and F5. RGB value is (131,165,245). Sum of RGB (Red+Green+Blue) = 131+165+245=541 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.21% from 541); Green value is 165 (64.84% from 255 or 30.50% from 541); Blue value is 245 (96.09% from 255 or 45.29% from 541); Max value from RGB is 245 - color contains mainly: blue. Hex color #83A5F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #83A5F5 is #7C5A0A. Grayscale: #A3A3A3. Windows color (decimal): -8149515 or 16098691. OLE color: 16098691.

HSL color Cylindrical-coordinate representation of color #83A5F5: hue angle of 222.11º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83A5F5 is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB131165245-
CMYK0.470.3300.04
HSL222.11º85.07%73.73%-
HSV(B)222.11º46.53%96.08%-
XYZ39.338.3391.71-
YUV163.95173.74104.5-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.21%
GREEN value IS 165 (64.84% from 255) = 30.50%
BLUE value IS 245 (96.09% from 255) = 45.29%
R=24.21%
G=30.50%
B=45.29%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1311652450.470.3300.04222.1185.0773.73
Hex83A5F52F2104de554a
Octal203245365574104336125112
Binary10000011101001011111010110111110000101001101111010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A5F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,165,245); }

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

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

 a { background-color: rgb(131,165,245); }

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

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

 span { border-color: rgb(131,165,245); }

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