#83B5EF

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

Shades of Jordy Blue #83B5EF

Tints of Jordy Blue #83B5EF

Color information

#83B5EF (or 0x83B5EF) is unknown color: approx Jordy Blue. HEX triplet: 83, B5 and EF. RGB value is (131,181,239). Sum of RGB (Red+Green+Blue) = 131+181+239=551 (72% of max value = 765). Red value is 131 (51.56% from 255 or 23.77% from 551); Green value is 181 (71.09% from 255 or 32.85% from 551); Blue value is 239 (93.75% from 255 or 43.38% from 551); Max value from RGB is 239 - color contains mainly: blue. Hex color #83B5EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83B5EF is #7C4A10. Grayscale: #ACACAC. Windows color (decimal): -8145425 or 15709571. OLE color: 15709571.

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

Color convert

RGB131181239-
CMYK0.450.2400.06
HSL212.22º77.14%72.55%-
HSV(B)212.22º45.19%93.73%-
XYZ41.4644.1187.99-
YUV172.66165.4498.28-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.77%
GREEN value IS 181 (71.09% from 255) = 32.85%
BLUE value IS 239 (93.75% from 255) = 43.38%
R=23.77%
G=32.85%
B=43.38%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1311812390.450.2400.06212.2277.1472.55
Hex83B5EF2D1806d44d49
Octal203265357553006324115111
Binary1000001110110101111011111011011100001101101010010011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,181,239); }

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

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

 a { background-color: rgb(131,181,239); }

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

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

 span { border-color: rgb(131,181,239); }

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