#83B0D8

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

Shades of Jordy Blue #83B0D8

Tints of Jordy Blue #83B0D8

Color information

#83B0D8 (or 0x83B0D8) is unknown color: approx Jordy Blue. HEX triplet: 83, B0 and D8. RGB value is (131,176,216). Sum of RGB (Red+Green+Blue) = 131+176+216=523 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25.05% from 523); Green value is 176 (69.14% from 255 or 33.65% from 523); Blue value is 216 (84.77% from 255 or 41.30% from 523); Max value from RGB is 216 - color contains mainly: blue. Hex color #83B0D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #83B0D8 is #7C4F27. Grayscale: #A6A6A6. Windows color (decimal): -8146728 or 14200963. OLE color: 14200963.

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

Color convert

RGB131176216-
CMYK0.390.1900.15
HSL208.24º52.15%68.04%-
HSV(B)208.24º39.35%84.71%-
XYZ37.2840.8370.88-
YUV167.1155.59102.25-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.05%
GREEN value IS 176 (69.14% from 255) = 33.65%
BLUE value IS 216 (84.77% from 255) = 41.30%
R=25.05%
G=33.65%
B=41.30%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1311762160.390.1900.15208.2452.1568.04
Hex83B0D827130Fd03444
Octal203260330472301732064104
Binary1000001110110000110110001001111001101111110100001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B0D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,176,216); }

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

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

 a { background-color: rgb(131,176,216); }

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

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

 span { border-color: rgb(131,176,216); }

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