#83B9E3

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

Shades of Jordy Blue #83B9E3

Tints of Jordy Blue #83B9E3

Color information

#83B9E3 (or 0x83B9E3) is unknown color: approx Jordy Blue. HEX triplet: 83, B9 and E3. RGB value is (131,185,227). Sum of RGB (Red+Green+Blue) = 131+185+227=543 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.13% from 543); Green value is 185 (72.66% from 255 or 34.07% from 543); Blue value is 227 (89.06% from 255 or 41.80% from 543); Max value from RGB is 227 - color contains mainly: blue. Hex color #83B9E3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83B9E3 is #7C461C. Grayscale: #ADADAD. Windows color (decimal): -8144413 or 14924163. OLE color: 14924163.

HSL color Cylindrical-coordinate representation of color #83B9E3: hue angle of 206.25º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #83B9E3 is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB131185227-
CMYK0.420.1900.11
HSL206.25º63.16%70.2%-
HSV(B)206.25º42.29%89.02%-
XYZ40.5745.0779.23-
YUV173.64158.1197.58-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.13%
GREEN value IS 185 (72.66% from 255) = 34.07%
BLUE value IS 227 (89.06% from 255) = 41.80%
R=24.13%
G=34.07%
B=41.80%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1311852270.420.1900.11206.2563.1670.2
Hex83B9E32A130Bce3f46
Octal203271343522301331677106
Binary1000001110111001111000111010101001101011110011101111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B9E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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