#83B0F0

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

Shades of Jordy Blue #83B0F0

Tints of Jordy Blue #83B0F0

Color information

#83B0F0 (or 0x83B0F0) is unknown color: approx Jordy Blue. HEX triplet: 83, B0 and F0. RGB value is (131,176,240). Sum of RGB (Red+Green+Blue) = 131+176+240=547 (72% of max value = 765). Red value is 131 (51.56% from 255 or 23.95% from 547); Green value is 176 (69.14% from 255 or 32.18% from 547); Blue value is 240 (94.14% from 255 or 43.88% from 547); Max value from RGB is 240 - color contains mainly: blue. Hex color #83B0F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #83B0F0 is #7C4F0F. Grayscale: #A9A9A9. Windows color (decimal): -8146704 or 15773827. OLE color: 15773827.

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

Color convert

RGB131176240-
CMYK0.450.2700.06
HSL215.23º78.42%72.75%-
HSV(B)215.23º45.42%94.12%-
XYZ40.6142.1788.44-
YUV169.84167.59100.3-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.95%
GREEN value IS 176 (69.14% from 255) = 32.18%
BLUE value IS 240 (94.14% from 255) = 43.88%
R=23.95%
G=32.18%
B=43.88%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1311762400.450.2700.06215.2378.4272.75
Hex83B0F02D1B06d74e49
Octal203260360553306327116111
Binary1000001110110000111100001011011101101101101011110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B0F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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