#83BAEB

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

Shades of Jordy Blue #83BAEB

Tints of Jordy Blue #83BAEB

Color information

#83BAEB (or 0x83BAEB) is unknown color: approx Jordy Blue. HEX triplet: 83, BA and EB. RGB value is (131,186,235). Sum of RGB (Red+Green+Blue) = 131+186+235=552 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.73% from 552); Green value is 186 (73.05% from 255 or 33.70% from 552); Blue value is 235 (92.19% from 255 or 42.57% from 552); Max value from RGB is 235 - color contains mainly: blue. Hex color #83BAEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83BAEB is #7C4514. Grayscale: #AEAEAE. Windows color (decimal): -8144149 or 15448707. OLE color: 15448707.

HSL color Cylindrical-coordinate representation of color #83BAEB: hue angle of 208.27º 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 #83BAEB is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB131186235-
CMYK0.440.2100.08
HSL208.27º72.22%71.76%-
HSV(B)208.27º44.26%92.16%-
XYZ41.9145.9485.26-
YUV175.14161.7896.52-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.73%
GREEN value IS 186 (73.05% from 255) = 33.70%
BLUE value IS 235 (92.19% from 255) = 42.57%
R=23.73%
G=33.70%
B=42.57%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1311862350.440.2100.08208.2772.2271.76
Hex83BAEB2C1508d04848
Octal2032723535425010320110110
Binary10000011101110101110101110110010101010001101000010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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