#83A0F0

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

Shades of Jordy Blue #83A0F0

Tints of Jordy Blue #83A0F0

Color information

#83A0F0 (or 0x83A0F0) is unknown color: approx Jordy Blue. HEX triplet: 83, A0 and F0. RGB value is (131,160,240). Sum of RGB (Red+Green+Blue) = 131+160+240=531 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.67% from 531); Green value is 160 (62.89% from 255 or 30.13% from 531); Blue value is 240 (94.14% from 255 or 45.20% from 531); Max value from RGB is 240 - color contains mainly: blue. Hex color #83A0F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #83A0F0 is #7C5F0F. Grayscale: #A0A0A0. Windows color (decimal): -8150800 or 15769731. OLE color: 15769731.

HSL color Cylindrical-coordinate representation of color #83A0F0: hue angle of 224.04º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #83A0F0 is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB131160240-
CMYK0.450.3300.06
HSL224.04º78.42%72.75%-
HSV(B)224.04º45.42%94.12%-
XYZ37.6636.2687.45-
YUV160.45172.89107-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.67%
GREEN value IS 160 (62.89% from 255) = 30.13%
BLUE value IS 240 (94.14% from 255) = 45.20%
R=24.67%
G=30.13%
B=45.20%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1311602400.450.3300.06224.0478.4272.75
Hex83A0F02D2106e04e49
Octal203240360554106340116111
Binary10000011101000001111000010110110000101101110000010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A0F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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