#83A1F0

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

Shades of Jordy Blue #83A1F0

Tints of Jordy Blue #83A1F0

Color information

#83A1F0 (or 0x83A1F0) is unknown color: approx Jordy Blue. HEX triplet: 83, A1 and F0. RGB value is (131,161,240). Sum of RGB (Red+Green+Blue) = 131+161+240=532 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.62% from 532); Green value is 161 (63.28% from 255 or 30.26% from 532); Blue value is 240 (94.14% from 255 or 45.11% from 532); Max value from RGB is 240 - color contains mainly: blue. Hex color #83A1F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #83A1F0 is #7C5E0F. Grayscale: #A0A0A0. Windows color (decimal): -8150544 or 15769987. OLE color: 15769987.

HSL color Cylindrical-coordinate representation of color #83A1F0: hue angle of 223.49º 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 #83A1F0 is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB131161240-
CMYK0.450.3300.06
HSL223.49º78.42%72.75%-
HSV(B)223.49º45.42%94.12%-
XYZ37.8336.6187.51-
YUV161.04172.56106.58-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.62%
GREEN value IS 161 (63.28% from 255) = 30.26%
BLUE value IS 240 (94.14% from 255) = 45.11%
R=24.62%
G=30.26%
B=45.11%

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
Decimal1311612400.450.3300.06223.4978.4272.75
Hex83A1F02D2106df4e49
Octal203241360554106337116111
Binary10000011101000011111000010110110000101101101111110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A1F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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