#83B9EE

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

Shades of Jordy Blue #83B9EE

Tints of Jordy Blue #83B9EE

Color information

#83B9EE (or 0x83B9EE) is unknown color: approx Jordy Blue. HEX triplet: 83, B9 and EE. RGB value is (131,185,238). Sum of RGB (Red+Green+Blue) = 131+185+238=554 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.65% from 554); Green value is 185 (72.66% from 255 or 33.39% from 554); Blue value is 238 (93.36% from 255 or 42.96% from 554); Max value from RGB is 238 - color contains mainly: blue. Hex color #83B9EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83B9EE is #7C4611. Grayscale: #AEAEAE. Windows color (decimal): -8144402 or 15645059. OLE color: 15645059.

HSL color Cylindrical-coordinate representation of color #83B9EE: hue angle of 209.72º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #83B9EE is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB131185238-
CMYK0.450.2200.07
HSL209.72º75.89%72.35%-
HSV(B)209.72º44.96%93.33%-
XYZ42.1445.787.49-
YUV174.9163.6196.69-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.65%
GREEN value IS 185 (72.66% from 255) = 33.39%
BLUE value IS 238 (93.36% from 255) = 42.96%
R=23.65%
G=33.39%
B=42.96%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1311852380.450.2200.07209.7275.8972.35
Hex83B9EE2D1607d24c48
Octal203271356552607322114110
Binary1000001110111001111011101011011011001111101001010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,185,238); }

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

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

 a { background-color: rgb(131,185,238); }

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

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

 span { border-color: rgb(131,185,238); }

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