#83B1EE

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

Shades of Jordy Blue #83B1EE

Tints of Jordy Blue #83B1EE

Color information

#83B1EE (or 0x83B1EE) is unknown color: approx Jordy Blue. HEX triplet: 83, B1 and EE. RGB value is (131,177,238). Sum of RGB (Red+Green+Blue) = 131+177+238=546 (72% of max value = 765). Red value is 131 (51.56% from 255 or 23.99% from 546); Green value is 177 (69.53% from 255 or 32.42% from 546); Blue value is 238 (93.36% from 255 or 43.59% from 546); Max value from RGB is 238 - color contains mainly: blue. Hex color #83B1EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #83B1EE is #7C4E11. Grayscale: #A9A9A9. Windows color (decimal): -8146450 or 15643011. OLE color: 15643011.

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

Color convert

RGB131177238-
CMYK0.450.2600.07
HSL214.21º75.89%72.35%-
HSV(B)214.21º44.96%93.33%-
XYZ40.5142.4486.95-
YUV170.2166.26100.04-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 23.99%
GREEN value IS 177 (69.53% from 255) = 32.42%
BLUE value IS 238 (93.36% from 255) = 43.59%
R=23.99%
G=32.42%
B=43.59%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1311772380.450.2600.07214.2175.8972.35
Hex83B1EE2D1A07d64c48
Octal203261356553207326114110
Binary1000001110110001111011101011011101001111101011010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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