#83B1DA

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

Shades of Jordy Blue #83B1DA

Tints of Jordy Blue #83B1DA

Color information

#83B1DA (or 0x83B1DA) is unknown color: approx Jordy Blue. HEX triplet: 83, B1 and DA. RGB value is (131,177,218). Sum of RGB (Red+Green+Blue) = 131+177+218=526 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.90% from 526); Green value is 177 (69.53% from 255 or 33.65% from 526); Blue value is 218 (85.55% from 255 or 41.44% from 526); Max value from RGB is 218 - color contains mainly: blue. Hex color #83B1DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83B1DA is #7C4E25. Grayscale: #A7A7A7. Windows color (decimal): -8146470 or 14332291. OLE color: 14332291.

HSL color Cylindrical-coordinate representation of color #83B1DA: hue angle of 208.28º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83B1DA is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB131177218-
CMYK0.400.1900.15
HSL208.28º54.04%68.43%-
HSV(B)208.28º39.91%85.49%-
XYZ37.7441.3372.32-
YUV167.92156.26101.67-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.90%
GREEN value IS 177 (69.53% from 255) = 33.65%
BLUE value IS 218 (85.55% from 255) = 41.44%
R=24.90%
G=33.65%
B=41.44%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1311772180.400.1900.15208.2854.0468.43
Hex83B1DA28130Fd03644
Octal203261332502301732066104
Binary1000001110110001110110101010001001101111110100001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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