#83B5EB

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

Shades of Jordy Blue #83B5EB

Tints of Jordy Blue #83B5EB

Color information

#83B5EB (or 0x83B5EB) is unknown color: approx Jordy Blue. HEX triplet: 83, B5 and EB. RGB value is (131,181,235). Sum of RGB (Red+Green+Blue) = 131+181+235=547 (72% of max value = 765). Red value is 131 (51.56% from 255 or 23.95% from 547); Green value is 181 (71.09% from 255 or 33.09% from 547); Blue value is 235 (92.19% from 255 or 42.96% from 547); Max value from RGB is 235 - color contains mainly: blue. Hex color #83B5EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83B5EB is #7C4A14. Grayscale: #ABABAB. Windows color (decimal): -8145429 or 15447427. OLE color: 15447427.

HSL color Cylindrical-coordinate representation of color #83B5EB: hue angle of 211.15º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #83B5EB is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB131181235-
CMYK0.440.2300.08
HSL211.15º72.22%71.76%-
HSV(B)211.15º44.26%92.16%-
XYZ40.8843.8784.91-
YUV172.21163.4498.61-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.95%
GREEN value IS 181 (71.09% from 255) = 33.09%
BLUE value IS 235 (92.19% from 255) = 42.96%
R=23.95%
G=33.09%
B=42.96%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1311812350.440.2300.08211.1572.2271.76
Hex83B5EB2C1708d34848
Octal2032653535427010323110110
Binary10000011101101011110101110110010111010001101001110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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